/*--------------------------------------------------------------------- File Name: style.css ---------------------------------------------------------------------*/


/*--------------------------------------------------------------------- import Fonts ---------------------------------------------------------------------*/

@import url('https://fonts.googleapis.com/css?family=Righteous&display=swap&subset=latin-ext');
@import url('https://fonts.googleapis.com/css?family=Poppins:100,100i,200,200i,300,300i,400,400i,500,500i,600,600i,700,700i,800,800i,900,900i');
@import url('https://fonts.googleapis.com/css?family=Roboto:300,400,500,700,700i,900&display=swap');
@import url('https://fonts.googleapis.com/css?family=Open+Sans:400,600,700,800,800i&display=swap');

/*****---------------------------------------- 1) font-family: 'Rajdhani', sans-serif;
 2) font-family: 'Poppins', sans-serif;
 ----------------------------------------*****/


/*--------------------------------------------------------------------- import Files ---------------------------------------------------------------------*/

@import url(css/animate.min.css);
@import url(css/normalize.css);
@import url(css/icomoon.css);
@import url(css/font-awesome.min.css);
@import url(css/meanmenu.css);
@import url(css/owl.carousel.min.css);
@import url(css/swiper.min.css);
@import url(css/slick.css);
@import url(css/jquery.fancybox.min.css);
@import url(css/jquery-ui.css);
@import url(css/nice-select.css);

/*--------------------------------------------------------------------- skeleton ---------------------------------------------------------------------*/

* {
     box-sizing: border-box !important;
}

html {
     scroll-behavior: smooth;
}

body {
     color: #666666;
     font-size: 14px;
     font-family: 'Poppins', sans-serif;
     line-height: 1.80857;
     font-weight: normal;
}

a {
     color: #1f1f1f;
     text-decoration: none !important;
     outline: none !important;
     -webkit-transition: all .3s ease-in-out;
     -moz-transition: all .3s ease-in-out;
     -ms-transition: all .3s ease-in-out;
     -o-transition: all .3s ease-in-out;
     transition: all .3s ease-in-out;
}

h1,
h2,
h3,
h4,
h5,
h6 {
     letter-spacing: 0;
     font-weight: normal;
     position: relative;
     padding: 0 0 10px 0;
     font-weight: normal;
     line-height: normal;
     color: #111111;
     margin: 0
}

h1 {
     font-size: 24px;
}

h2 {
     font-size: 18px;
}

h3 {
     font-size: 18px;
}

h4 {
     font-size: 16px
}

h5 {
     font-size: 14px
}

h6 {
     font-size: 13px
}

*,
*::after,
*::before {
     -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
     box-sizing: border-box;
}

h1 a,
h2 a,
h3 a,
h4 a,
h5 a,
h6 a {
     color: #212121;
     text-decoration: none!important;
     opacity: 1
}

button:focus {
     outline: none;
}

ul,
li,
ol {
     margin: 0px;
     padding: 0px;
     list-style: none;
}

p {
     margin: 0px;
     font-weight: 500;
     font-size: 15px;
     line-height: 24px;
}

a {
     color: #222222;
     text-decoration: none;
     outline: none !important;
}

a,
.btn {
     text-decoration: none !important;
     outline: none !important;
     -webkit-transition: all .3s ease-in-out;
     -moz-transition: all .3s ease-in-out;
     -ms-transition: all .3s ease-in-out;
     -o-transition: all .3s ease-in-out;
     transition: all .3s ease-in-out;
}

img {
     max-width: 100%;
     height: auto;
}

 :focus {
     outline: 0;
}

.btn-custom {
     margin-top: 20px;
     background-color: transparent !important;
     border: 2px solid #ddd;
     padding: 12px 40px;
     font-size: 16px;
}

.lead {
     font-size: 18px;
     line-height: 30px;
     color: #767676;
     margin: 0;
     padding: 0;
}

.form-control:focus {
     border-color: #ffffff !important;
     box-shadow: 0 0 0 .2rem rgba(255, 255, 255, .25);
}

.navbar-form input {
     border: none !important;
}

.badge {
     font-weight: 500;
}

blockquote {
     margin: 20px 0 20px;
     padding: 30px;
}

button {
     border: 0;
     margin: 0;
     padding: 0;
     cursor: pointer;
}

.full {
     float: left;
     width: 100%;
}

.full {
     width: 100%;
     float: left;
     margin: 0;
     padding: 0;
}


/**-- heading section --**/


/*---------------------------- preloader area ----------------------------*/

.loader_bg {
     position: fixed;
     z-index: 9999999;
     background: #fff;
     width: 100%;
     height: 100%;
}

.loader {
     height: 100%;
     width: 100%;
     position: absolute;
     left: 0;
     top: 0;
     display: flex;
     justify-content: center;
     align-items: center;
}

.loader img {
     width: 280px;
}


/*-- header area --*/

.header {
     width: 100%;
     background: #fff;
}

.header_top {
     background-color: #FFFDE3;
     padding: 8px 0;
}

ul.conta_icon li a img {
     padding-right: 7px;
}

ul.social_icon {
     display: flex;
     justify-content: center;
     flex-wrap: wrap;
}

ul.social_icon li {
     height: 25px;
     color: #fff;
     display: flex;
     flex-wrap: wrap;
     align-items: center;
     padding-right: 5px;
}

ul.social_icon li:last-child {
     padding-right: 0px;
}

ul.social_icon li a {
     color: #fff;
     width: 28px;
     height: 28px;
     background-color: #6e010100;
     float: left;
     text-align: center;
     line-height: 28px;
     border-radius: 100%;
     font-size: 15px;
}



.label {
     position: relative;
     padding: 0px 23px 0px 9px;
     cursor: pointer;
     margin-bottom: 0;
}

.open .label::after {
     content: "▲";
}

.label::after {
     content: "▼";
     font-size: 12px;
     position: absolute;
     right: -18px;
     top: 0;
     padding: 0px 24px;
}

.se_fonr1 {
     justify-content: flex-end;
     display: flex;
     flex-wrap: wrap;
}

.header_midil {
     padding: 22px 0;
}

.logo {
     text-align: center;
     display: block;
}

ul.conta_icon li a i {
     padding-right: 5px;
}

ul.conta_icon li a {
     color: #202020;
     font-size: 15px;
}

ul.conta_icon li a:hover {
     color: #183661;
     text-decoration: underline !important;
}

ul.right_icon {
     display: flex;
     justify-content: flex-end;
     flex-wrap: wrap;
}

ul.right_icon li img {
     margin-right: 30px;
}

/*--   navigation--*/

.header_bottom {
     background-color: #C21010;
}

.navigation.navbar {
     float: left;
     padding: 0;
}

.navigation.navbar-dark .navbar-nav .nav-link {
     padding: 28px 20px;
     color: #ffffff;
     font-size: 17px;
     line-height: 14px;
     font-weight: 400;
     text-transform: uppercase;
}

.navigation.navbar-dark .navbar-nav .nav-link:focus,
.navigation.navbar-dark .navbar-nav .nav-link:hover {
     background-color: #FFFDE3;
     color:#c21010;
     font-weight: 600;
}

.navigation.navbar-dark .navbar-nav .active>.nav-link,
.navigation.navbar-dark .navbar-nav .nav-link.active,
.navigation.navbar-dark .navbar-nav .nav-link.show,
.navigation.navbar-dark .navbar-nav .show>.nav-link {
     background-color: #FFFDE3;
     color:black;
     font-weight: 500;
}

.navbar-expand-md .navbar-nav {
     padding-right: 10px;
}


/*-- marker-end sidebar  navigation--*/


/** banner section **/

.banner_main {
     background: url(../images/customized-bnr.jpg);
     padding: 90px 0px 0px 0px;
     background-size: 100% 100%;
     background-repeat: no-repeat;
     min-height: 580px;
}

.blodark {
     color: #ffffff;
     font-family: 'Righteous', cursive;
     font-size: 45px;
}

.text-bg {
     text-align: left;
}

.ban_img {
margin-right: -45px;
position: absolute;
}

.text-bg h1 {
     color: #030303;
     font-size: 75px;
     line-height: 100px;
     padding-bottom: 30px;
     font-weight: 600;
}

.text-bg p {
     color: #0b0b3f;
     line-height: 30px;
     font-size: 22px;
     margin-bottom: 35px;
}

.text-bg .read_more {
     font-weight: 500;
     background: #C21010;
     color: #fff !important;
     border-radius: 43px;
     margin-right: 25px;
     padding: 13px 0;
     max-width: 210px;
}

.text-bg .read_more:hover {
     background: #0a0b46;
     color: rgb(255, 255, 255) !important;
}




/** end banner section **/

.titlepage h2 {
     font-size: 35px;
     color: #141414;
     line-height: 40px;
     font-weight: bold;
     padding: 0;
}

.titlepage h2 img {
     padding-right: 10px;
}

.d_flex {
     display: flex;
     align-items: center;
     flex-wrap: wrap;
}

.read_more {
     font-size: 17px;
     background-color: #fff;
     color: #000;
     padding: 15px 0px;
     width: 100%;
     max-width: 170px;
     text-align: center;
     display: inline-block;
     transition: ease-in all 0.5s;
     font-weight: 500;
     border-radius: 50px;
     text-transform: uppercase;
}

.read_more:hover {
     background: #03cafc;
     color: #fff !important;
     transition: ease-in all 0.5s;
}


/** six_box section **/

.six_box {
    
     background-size: 100% 100%;
     background-repeat: no-repeat;
}

.bluedark_bg {
     background: #fa1e1e;
}

.yellow_bg {
     background: #050042;
}

.six_box .six_probpx {
     text-align: center;
     padding: 20px 0;
}

.six_box .six_probpx i {
     display: block;
}

.pa_left {
     padding-left: 0;
     padding-right: 0;
}

.six_box .six_probpx span {
     color: #fff;
     font-size: 16px;
     line-height: 35px;
     text-transform: uppercase;
     font-weight: bold;
}


/** end six_box section **/


/** project section **/

.project {
     background-size: 100% 100%;
     background-repeat: no-repeat;
     padding: 90px 0 90px 0;
}


.project .titlepage {
     text-align: left;
}

.project .titlepage h2 {
     margin-bottom: 40px;
     text-align: left;
     padding-bottom: 10px;
     border-bottom: #c21010 solid 5px;
}

.project .titlepage p {
     font-size: 17px;
     line-height: 30px;
     font-weight: 400;
     padding-top: 10px;
     color: #fff;
}
.product_main {
     display:flex; 
     flex-wrap: wrap; 
     justify-content: center;
     
}

.project .project_box {
     text-align: center;
     max-width: 17.3%;
     margin: 0 15px 20px 15px;
}

.dark_white_bg {
     background: #ffffff;
     height: 260px;
     display: flex;
     flex-wrap: wrap;
     align-items: center;
     justify-content: center;
     border: 1px solid rgb(146, 145, 145);
     border-radius: 10px;
}

.dark_white_bg:hover {
     box-shadow: 1px 3px 3px 3px rgba(0,0,0,0.3);
     transition: 0.3s;
     cursor: pointer;
}

#pbnk2 {
     background: rgb(95,103,126);
     background: linear-gradient(195deg, rgba(95,103,126,1) 0%, rgba(172,186,221,1) 100%);
}

#pbnk3 {
background: rgb(248,242,238);
background: linear-gradient(195deg, rgba(248,242,238,1) 0%, rgba(238,217,204,1) 100%);
}

.project .project_box h3 {
     color: #070706;
     font-size: 16px;
     font-weight: 500;
     line-height: 10px;
     padding: 18px 0px 0px 0px;
     text-align: center;
}

.project .project_box h3:hover {
     color: #c21010;
     cursor: pointer;
     font-weight: 700;
}
.project .read_more {
     margin-top: 50px !important;
     margin: 0 auto;
     display: block;
     text-transform: none;
     color: #fff;
     background: #060135;
     padding: 10px 0;
}

.project .read_more:hover {
     background-color: #c21010;
     box-shadow: 1px 1.5px 2px 2px rgb(49, 46, 46);
}


/** end project section **/

/***Project Box 2******/

.project2 {
     background-size: 100% 100%;
     background-repeat: no-repeat;
     padding: 20px 0 90px 0;
}


.project2 .titlepage {
     text-align: left;
}

.project2 .titlepage h2 {
     margin-bottom: 40px;
     text-align: left;
     padding-bottom: 10px;
     border-bottom: #c21010 solid 5px;
}

.project2 .titlepage p {
     font-size: 17px;
     line-height: 30px;
     font-weight: 400;
     padding-top: 10px;
     color: #fff;
}
.product_main2 {
     display:flex; 
     flex-wrap: wrap; 
     justify-content: center;
     
}

.project2 .project_box2 {
     text-align: center;
     max-width: 17.3%;
     margin: 0 15px 20px 15px;
}

#pbnk {
     background-color: #161a1d;
}

#medequip {
     background-color: #dbd0cf;
}

.dark_white_bg2 {
     background: #ffffff;
     height: 175px;
     display: flex;
     flex-wrap: wrap;
     align-items: center;
     justify-content: center;
     border: 1px solid rgb(146, 145, 145);
     border-radius: 0px;
}

.project2 .project_box2 h4 {
     color: #070706;
     font-size: 16px;
     font-weight: 500;
     line-height: 10px;
     padding: 18px 0px 0px 0px;
     text-align: center;
}



/********************************************************************/


.three_box {
     margin-bottom: -80px;
     
}

.gift_box {
     background-color: #fff;
     box-shadow: 0px 0px 16px rgba(13, 3, 3, 7%);
     text-align: center;
     padding: 40px 1px;
     border-radius: 20px;
     box-shadow: 1px 2px 2px 2px rgba(0,0,0,0.2);
}

.gift_box i {
     display: block;
}

.gift_box span {
     color: #183661;
     font-size: 17px;
     padding-top: 5px;
     display: block;
}


/** three_box section **/


/** end three_box section **/


/** footer **/

.footer {
     background: #770707;
     padding-top: 170px;
     text-align: center;
}

.footer h3 {
     color: #CFE8A9;
     font-size: 20px;
     line-height: 20px;
     text-transform: uppercase;
     text-align: left;
     padding-bottom: 20px;
     font-weight: 600;
}

.quicklinks a {
     text-align: left;
     list-style: none;
     font-size: 16px;
     font-weight: 400;
     color: #FFFFFF;
}

.quicklinks a:hover {
     text-align: left;
     list-style: none;
     font-size: 16px;
     font-weight: 400;
     color: #fcc10e;
}

.footer p {
     color: #fff;
     font-size: 17px;
     line-height: 32px;
     text-align: left;
     padding-right: 31px;
     font-weight: 400;
     display: inline-block;
}

.copyright {
     margin-top: 70px;
     padding-bottom: 10px;
     background: #fbfdfd;
}

.copyright p {
     color: #292929;
     font-size: 16px;
     line-height: 20px;
     text-align: center;
     padding-top: 20px;
     font-weight: normal;
     padding-right: 0 !important;
}

.copyright a {
     color: #292929;
}

.copyright a:hover {
     color: #f9bf16;
}


/** end footer **/


/** inner page css **/

.footer_to90 .footer {
     padding-top: 90px;
}

.blue_bg {
     background-color: #f5f0a8;
     padding: 20px 0;
}

.blue_bg .titlepage {
     text-align: center;
}

.blue_bg2 {
     background-color: #e20808;
     padding: 10px 0;
     width: 60%;
     margin-left: auto;
     margin-right: auto;
     border-radius: 30px;
}

.blue_bg2 .titlepage2 h2 {
     text-align: center;
     padding-top: 5px;
     font-size: 25px;
     line-height: 15px;
     font-weight: 600;
     color: #FFFDE3;
}


/** about page **/

.about_page .blue_bg .titlepage h2 {
     color: #000;
}

.about {
     background-color: #fff;
     padding: 60px 0 50px 0;
}

.whylist li {
     list-style: disc;
     font-size: 16px;
     color: #000;
     font-weight: 600;

}

.about_text h3 {
     font-size: 30px;
     margin-top: 20px;
     line-height: 30px;
     font-weight: 600;
     color: #183661;
     padding: 0;
}

.about_text p {
     color: #000;
     font-size: 17px;
     line-height: 30px;
     padding: 25px 0 40px 0;
}

.about_text .read_more {
     background: #183661;
     color: #fff;
     padding: 10px 0;
}

.about_text .read_more:hover {
     background: #f2c119;
}


/** about page **/

.project_page .blue_bg .titlepage h2 {
     color: #fff;
}

.news_page .blue_bg .titlepage h2 {
     color: #fff;
}

.news_page .news {
     padding: 50px 0 90px 0;
}

.fashion_page .blue_bg .titlepage h2 {
     color: #fff;
}

.fashion_page .fashion {
     margin: 90px 0;
}


/** contact page **/

.contact_page .blue_bg .titlepage h2 {
     color: #fff;
}

.contact_page .contact {
     margin-bottom: 90px;
}

.contact {
     margin-top: 90px;
     background: #fff;
}

.contact .titlepage {
     text-align: left;
     padding-bottom: 60px;
}

.contact .titlepage h2 {
     color: #fefeff;
}

.main_form .contactus {
     border: #183661 solid 1px;
     padding: 0 15px;
     margin-bottom: 20px;
     width: 100%;
     height: 46px;
     background: transparent;
     color: #183661;
     font-size: 17px;
     font-weight: normal;
     padding: 0 15px;
     box-shadow: 0 0 5px rgba(243, 195, 30, 0.5);
}

.main_form .contactusmess {
     border: #183661 solid 1px;
     padding: 0 15px;
     margin-bottom: 0;
     width: 100%;
     padding-top: 52px;
     padding-bottom: 52px;
      background: transparent;
     color: #183661;
     font-size: 17px;
     font-weight: normal;
     box-shadow: 0 0 5px rgba(243, 195, 30, 0.5);
}

.send_btn {
     background: #183661;
     font-weight: 500;
     font-size: 18px;
     width: 185px;
     color: #fff;
     height: 56px;
     margin-top: 50px;
     transition: ease-in all 0.5s;
     border-radius: 40px;
}

.send_btn:hover {
     background: #f2c119;
     transition: ease-in all 0.5s;
}

#request *::placeholder {
     color: #183661;
     opacity: 1;
}


/** end contact section **/

/**Products Details & Spec**/

.prod-details {
    margin-left: 30%;
    margin-right: 30%;
}
.prod-details img {
     width: 400px;
}
.prod-details h1 {
     color: #000;
     font-size: 24px;
     font-weight: 600;
     text-align: center;
}

/*************************Floating Button********************************/
@-webkit-keyframes come-in {
     0% {
       -webkit-transform: translatey(100px);
               transform: translatey(100px);
       opacity: 0;
     }
     30% {
       -webkit-transform: translateX(-50px) scale(0.4);
               transform: translateX(-50px) scale(0.4);
     }
     70% {
       -webkit-transform: translateX(0px) scale(1.2);
               transform: translateX(0px) scale(1.2);
     }
     100% {
       -webkit-transform: translatey(0px) scale(1);
               transform: translatey(0px) scale(1);
       opacity: 1;
     }
   }
   @keyframes come-in {
     0% {
       -webkit-transform: translatey(100px);
               transform: translatey(100px);
       opacity: 0;
     }
     30% {
       -webkit-transform: translateX(-50px) scale(0.4);
               transform: translateX(-50px) scale(0.4);
     }
     70% {
       -webkit-transform: translateX(0px) scale(1.2);
               transform: translateX(0px) scale(1.2);
     }
     100% {
       -webkit-transform: translatey(0px) scale(1);
               transform: translatey(0px) scale(1);
       opacity: 1;
     }
   }
     
  .floating-container {
     position: fixed;
     width: 100px;
     height: 100px;
     bottom: 0;
     right: 0;
     margin: 35px 25px;
   }
   .floating-container:hover {
     height: 300px;
   }
   .floating-container:hover .floating-button {
     box-shadow: 0 10px 25px rgba(15, 15, 15, 0.6);
     -webkit-transform: translatey(5px);
             transform: translatey(5px);
     -webkit-transition: all 0.3s;
     transition: all 0.3s;
   }
   .floating-container:hover .element-container .float-element:nth-child(1) {
     -webkit-animation: come-in 0.4s forwards 0.2s;
             animation: come-in 0.4s forwards 0.2s;
   }
   .floating-container:hover .element-container .float-element:nth-child(2) {
     -webkit-animation: come-in 0.4s forwards 0.4s;
             animation: come-in 0.4s forwards 0.4s;
   }
   .floating-container:hover .element-container .float-element:nth-child(3) {
     -webkit-animation: come-in 0.4s forwards 0.6s;
             animation: come-in 0.4s forwards 0.6s;
   }
   .floating-container .floating-button {
     position: absolute;
     width: 65px;
     height: 65px;
     background: #c21010;
     bottom: 0;
     border-radius: 50%;
     left: 0;
     right: 0;
     margin: auto;
     color: white;
     line-height: 65px;
     text-align: center;
     font-size: 26px;
     z-index: 100;
     box-shadow: 2px 3px 3px 3px rgba(0, 0, 0, 0.8);
     cursor: pointer;
     -webkit-transition: all 0.3s;
     transition: all 0.3s;
   }
   .floating-container .float-element {
     position: relative;
     display: block;
     border-radius: 50%;
     width: 60px;
     height: 60px;
     margin: 15px auto;
     color: white;
     font-weight: 500;
     text-align: center;
     line-height: 50px;
     z-index: 0;
     opacity: 0;
     -webkit-transform: translateY(100px);
             transform: translateY(100px);
   }
   .floating-container .float-element .material-icons {
     vertical-align: middle;
     font-size: 16px;
   }
   .floating-container .float-element:nth-child(1) {
     background: #860101;
     box-shadow: 2px 4px 4px 4px rgba(12, 0, 0, 0.5);
   }
   .floating-container .float-element:nth-child(2) {
     background: #860101;
     box-shadow: 2px 4px 4px 4px rgba(0, 17, 1, 0.5);
   }
   .floating-container .float-element:nth-child(3) {
     background: #860101;
     box-shadow: 2px 4px 4px 4px rgba(17, 10, 0, 0.5);
   }

   /******Floating Button End *********/

   .float-oem{
	position:fixed;
     background:url(../images/oem-float.png);
	width:180px;
	height:50px;
	bottom:40px;
	left:40px;
     font-weight: 400;
     padding-left: 8px;
     font-size: 12px;
	background-color:#0C9;
	color:#FFF;
	border-radius:10px;
	text-align:left;
	box-shadow: 1px 2px 2px 2px rgba(0, 0, 0, 0.3);
     background-repeat: no-repeat;
}
.float-oem:hover {
     color: #d9ff00;
     font-weight: 600;
 }

 table.GeneratedTable {
  width:65%;
  background-color: #ffffff;
  font-size: 16px;
  padding: 0px;
  border-collapse: collapse;
  border-width: 2px;
  border-color: #bf8888;
  border-style: solid;
  color: #000000;
  margin-left: auto;
 margin-right: auto;
   
}

table.GeneratedTable td, table.GeneratedTable th {
  border-width: 2px;
  border-color: #bf8888;
  border-style: solid;
  padding: 8px;
  text-align: center;
}

table.GeneratedTable thead {
  background-color: #830202;
  font-weight: 600;
  color: #FFFFFF;
}

#prod-specs {
     width: 100%;
     padding: 50px 100px 65px 100px;
          
}

.prodspecs h1 {
     font-size: 35px;
     font-weight:600 ;
     text-align: center;
     color: #000000;
}

.prodspecs img {
     display: block;
     width: 30%;
     margin-left: auto;
     margin-right: auto;
}

#prod-btn {
     margin-top: 5px;
     border: 1px solid rgb(83, 83, 83);
     padding: 3px;
     border-radius: 8px;
     background-color: #CFE8A9;
     
}

#prod-btn:hover {
     box-shadow: 1px 2px 2px 2px rgba(0, 0, 0, 0.3);
     background-color: #c21010;
}
#prod-btn a{
     color: #000000;
     padding-left: 8px;
     font-size: 16px;
     font-weight: 600;
     padding-bottom: 5px;
    text-align: center;
}
#prod-btn a:hover {
     color: #FFFFFF;
}

#btn-read-app {
     padding: 5px 20px 5px 20px;
     margin-left: auto;
     margin-right: auto;
     width: 150px;
     background-color: #050042;
     border-radius: 30px;
 }

#btn-read-app a {
     color: #FFFFFF;
     font-size: 18px;
     font-weight: 400;
}
#btn-read-app a:hover {
     color: #000000;
     font-size: 18px;
     font-weight: 600;
}

#btn-read-app:hover {
     background-color: #FFFFFF;
     box-shadow: 1px 3px 3px 3px rgba(0, 0, 0, 0.4);
}

#e-catalog {
    display: flex;
    flex-wrap: wrap;
    align-content:center;
}

#e-catalog img {
     display: block;
     
 }

  .column {
     float: left;
     padding: 10px;
 }

.side {
     width: 25%;
    padding: 30px 60px 30px 60px;
    box-shadow: 0px 5px 5px 0px rgba(0, 0, 0, 0.5);
    
   
}
.side h3 {
     font-size: 26px;
     font-weight: 600;
     color: #c21010;
     text-decoration: underline;

}
.side li a {
     font-size: 18px;
     font-weight: 400;
     color: #020000;
}

.side li a:hover {
     font-weight: 500;
     color: #880000;
     text-decoration: none;
}

.specs {
     width: 75%;
}

.address {
     width: 35%;
     margin-top: 50px;
     padding-left: 80px;
     padding-bottom: 50px;
}

.address h3 {
     font-size: 20px;
     font-weight: 600;
     color: #c21010;
}

.form {
     width: 65%;
     margin-top: 0px;
    padding-right: 40px;
     padding-left: 30px;
     padding-bottom: 50px;
     border-left: 5px solid rgba(66, 65, 65, 0.2);

}
.form h3 {
     font-size: 30px;
     text-align: center;
     font-weight: 600;
     color: #00043f;
     padding-top: 30px;
}

.social-icon-new {
     padding-top: 30px;
}
.social-icon-new img {
     width: 50px;
     padding-right: 10px;
}
.social-icon-new img:hover {
     cursor: pointer;
     
}

.social-icon-new2 {
     padding-top: 30px;
}
.social-icon-new2 img {
     width: 35px;
     border-radius: 6px;
     
}