@charset "utf-8";

/* CSS Document */

body {
    margin: 0px;
    padding: 0px;
    font-size: 14px;
  font-family: 'Hind Siliguri', sans-serif;
}

/*** HEADER START ***/

header{width:100%;float:left;}

.top_header_content{width:100%;float:left;background:#f6c401;padding:15px 0px;}

.top_header_left_content{float:left;text-align:left;}

.top_header_left_content ul{float:left;margin:0px;padding:0px;width:100%;}

.top_header_left_content ul li{list-style:none;margin-right:15px;color:#133560;font-size:16px;display:inline-block;}

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

.top_header_left_content ul li i{margin-right:5px;color:#133560;float:left;margin-top:4px;}

.top_header_right_content{float:right;text-align:right;}

.top_header_right_content ul{float:left;margin:0px;padding:0px;width:100%;}

.top_header_right_content ul li{list-style:none;margin-right:10px;color:#133560;font-size:16px;display:inline-block;}

.top_header_right_content ul li a{text-decoration:none;color:#000;}

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

.top_header_right_content ul li i{margin-right:5px;color:#133560;float:left;margin-top:4px;}

.top_header_mid_content{width:100%;float:left;padding:20px 0px;}

.logo{float:left;}

.top_header_mid_right_content{float:right;margin-top:14px;}

.top_header_mid_right_content ul{float:left;margin:0px;padding:0px;}

.top_header_mid_right_content ul li{list-style:none;margin-right:28px;float:left;}

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

.top_header_winner{float:left;}

.top_header_winner_left{float:left;}

.top_header_winner_right{float:right;margin-left:10px;}

.top_header_winner_right h2{width:100%;font-size:19px;color:#000;font-weight:bold;margin-bottom:0px;}
.top_header_winner_right p{width:100%;font-size:13px;color:#808080;margin-top:0px;margin-bottom:0px;text-align:left;}

.top_header_certified{width:50%;float:right;background:#000;}

.top_menu_content{width:100%;float:left;background:#133560;position:relative;}

.menu_bar{float:left;text-align:left;}

.menu_content{float:left;margin:0px;padding:0px;}

.menu_content ul{float:left;margin:0px;padding:0px;}

.menu_content > ul > li{list-style:none;margin-right:10px;display:inline-block;}

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

.menu_content > ul > li > a{float:left;text-decoration:none;color:#fff;padding:15px 0px 10px;font-size:13px;text-transform: uppercase;}

.menu_content > ul > li > a.active{color:#f6c401;}

.menu_content > ul > li > a:hover{color:#f6c401;text-decoration:none;}

.mean-container b {
    color: #fdfdf8;
    float: left;
    padding: 15px 13px 11px;
}

@media only screen and (min-width:981px)
{
    li.sub_main {
        position:inherit;
    }
    li.sub_main > ul.sub_child {
           position: absolute;
        left: 0px;
        top:50px;
        z-index: 9999;
        max-height: 0;
       transform: rotate3d(1, 0, 0, -90deg);
        -ms-transform-origin: 50% 0;
        transform-origin: 50% 0;
        -webkit-transform: rotate3d(1, 0, 0, -90deg);
        -webkit-transform-origin: 50% 0;
        -moz-transform: rotate3d(1, 0, 0, -90deg);
        -moz-transform-origin: 50% 0;
        -o-transform: rotate3d(1, 0, 0, -90deg);
        -o-transform-origin: 50% 0;
        transition: 350ms;
        -webkit-transition: 350ms;
        -moz-transition: 350ms;
        -o-transition: 350ms;
        width:100%;
    }
    li.sub_main:hover > ul.sub_child {
        max-height: 10000px;
        -webkit-transform: rotate3d(0, 0, 0, 0);
        -moz-transform: rotate3d(0, 0, 0, 0);
        -o-transform: rotate3d(0, 0, 0, 0);
        transform: rotate3d(0, 0, 0, 0);
    }
ul.sub_child > li {
  width:100%;
  display: inline-block;
  color: #fff;
  cursor: pointer;
  background:#fff !important;
  margin:0px 0px 0px 0px;
  padding:0px 0px 0px 0px;
 font-size: 13px;
 border-bottom:#ededed solid 1px;
 cursor: context-menu;
 -webkit-box-shadow: -1px 4px 5px 0px rgba(0,0,0,0.75);
-moz-box-shadow: -1px 4px 5px 0px rgba(0,0,0,0.75);
box-shadow: -1px 4px 5px 0px rgba(0,0,0,0.75);
}
ul.sub_child > li:last-child {
  border: none;
  color:#FFF !important;
  width:100%;
  margin:0px 0px 0px 0px;
  padding:0px 0px 0px 0px;
}
ul.sub_child > li > a {
  color:#FFF !important;
  width:100%;
  margin:0px 0px 0px 0px;
  padding:0px 0px 0px 13px;
  display: inline-block;
  text-align:left;
  color:#000 !important;
 text-transform: capitalize;
  font-family: 'Lato', sans-serif;
  font-size:14px;
  font-weight:normal;
}
ul.sub_child > li > a:hover {
  color:#ff0005 !important;
  background:#dddddd;
  text-decoration:none;
}


li.sub_main1 {
        position: relative;
    }
    li.sub_main1 > ul.sub_child1 {
        position: absolute;
        left: 0px;
        top:50px;
        z-index: 1;
        max-height: 0;
        overflow: none;
        transform: rotate3d(1, 0, 0, -90deg);
        -ms-transform-origin: 50% 0;
        transform-origin: 50% 0;
        -webkit-transform: rotate3d(1, 0, 0, -90deg);
        -webkit-transform-origin: 50% 0;
        -moz-transform: rotate3d(1, 0, 0, -90deg);
        -moz-transform-origin: 50% 0;
        -o-transform: rotate3d(1, 0, 0, -90deg);
        -o-transform-origin: 50% 0;
        transition: 350ms;
        -webkit-transition: 350ms;
        -moz-transition: 350ms;
        -o-transition: 350ms;
        width: 190px;
    }
    li.sub_main1:hover > ul.sub_child1 {
        max-height: 10000px;
        -webkit-transform: rotate3d(0, 0, 0, 0);
        -moz-transform: rotate3d(0, 0, 0, 0);
        -o-transform: rotate3d(0, 0, 0, 0);
        transform: rotate3d(0, 0, 0, 0);
    }
    ul.sub_child1 > li {
        width: 100%;
        display: inline-block;
        color: #000;
        cursor: pointer;
        background: #fff !important;
        margin: 0px 0px 0px 0px;
        padding: 0px 0px 0px 0px;
        font-size: 13px;
        border-bottom: none;
    }
    ul.sub_child1 > li:last-child {
        border: none;
        color: #FFF !important;
        width: 100%;
        margin: 0px 0px 0px 0px;
        padding: 0px 0px 0px 0px;
    }
    ul.sub_child1 > li > a {
        width: 100%;
        margin: 0px 0px 0px 0px;
        padding: 8px 0px 8px 13px;
        display: inline-block;
        text-align: left;
        color: #000 !important;
        text-transform: capitalize;
        font-family: 'Lato', sans-serif;
        font-size: 14px;
        font-weight: normal;
    }
    ul.sub_child1 > li > a i {
        float: right;
        margin: 3px 10px 0px 0px;
        font-size: 19px;
    }
    ul.sub_child1 > li > a:hover {
        color: #fff !important;
        background: #f6c401;
        text-decoration: none;
    }
}

.dropdown_product{width:100%;float:left;padding:15px 0px 10px;}

.dropdown_product a{width:100%;float:left;}

.dropdown_product_list{width:100%;float:left;}

.dropdown_product_content{width:100%;float:left;color:#fff;padding:0px 5px;text-align:center;}

.dropdown_product_content .col-lg-3{width:20%;flex:none;}

.dropdown_product_content figure{width:100%;float:left;height:200px;height:178px;position:relative;box-shadow: 0px 0px 5px 0px rgba(119, 119, 119, 0.68);
-moz-box-shadow: 0px 0px 5px 0px rgba(119, 119, 119, 0.68);margin-top:10px;
-webkit-box-shadow: 0px 0px 5px 0px rgba(119, 119, 119, 0.68);padding:30px;}

.dropdown_product_content h2{width: 100%;float: left;font-size: 17px;
text-transform: uppercase;color: #000;text-align:center;
margin-bottom: 20px;font-weight: bold;margin-top:3px;margin-bottom:15px;}

.dropdown_pic{position: absolute;margin: auto;top: 0;bottom: 0;left: 0;
right:0;max-width: 100%;max-height: 100%;padding:20px;}

.dropdown_pic_mobile {position: absolute;margin: auto;top: 0;
bottom: 0;left: 0;right: 0;max-width: 52%;max-height: 58%;padding: 20px;}

.search_bar{float:right;width:190px;height:35px;font-size:13px;margin-top:8px;}

.mobile_products_content{width:100%;float:left;display:none;}

.mobile_product{width:96%;float:left;height:498px;overflow:scroll;overflow-x:hidden;}

.mobile_product .col-lg-4{width:28%;flex:none;}

.mobile_product figure{width:100%;float:left;border:#000 solid 1px;text-align:center;height:178px;position:relative;background:#fff;}



.mobile_product h2{width: 100%;float: left;font-size: 17px;text-transform: uppercase;
color: #000;text-align: center;margin-bottom: 20px;font-weight: bold;
margin-top: 3px;margin-bottom: 15px;}



/*** BANNER SLIDER START ***/

section.banner_part{width:100%;float:left;background:#ccc;position:relative;}

.banner_part img{width:100%;}

.banner_part_content{width:100%;position:absolute;top:22%;left:0px;height:100%;}

/*** MIDDLE PART START ***/

section.middle_part{width:100%;float:left;padding:60px 0px;}

.middle_top_heading{width:100%;float:left;text-align:center;font-size:30px;color:#000;text-transform: uppercase;margin-top:0px;margin-bottom:30px;font-weight:bold;}

.product_tabs{width:100%;float:left;background:#ccc;margin-top:18px;}

.topright:hover {color:red;}

.product_slider_content{width:100%;float:left;}

.product_slider_content .col-lg-3{width:20%;flex:none;}

.our_product{width:100%;float:left;text-align:center;}

.our_product figure{width:84%;height:200px;position:relative;margin-top:20px;display:inline-block;}

.our_product figure.our_product_big{width:100%;float:left;height:400px;position:relative;margin-top:20px;}

.image{position: absolute;margin: auto;top: 0;bottom: 0;left: 0;
right:0;max-width: 100%;max-height: 100%;}

.product_heading{width:100%;float:left;font-size:15px;color:#000;text-align:center;margin-bottom:20px;}

.heavy_industry{width:100%;float:left;margin-top:20px;overflow-x:hidden;}

.heavy_industry_content{width:100%;float:left;}

.heavy_industry_content figure{width:100%;float:left;margin-bottom:0px;}

.heavy_industry_content figure img{width:100%;}

.heavy_industry_heading{width:100%;float:left;font-size:17px;color:#000;text-align:left;margin-bottom:20px;font-weight:bold;margin-top:25px;margin-bottom:0px;}

.heavy_paragraph{width:100%;float:left;font-size:16px;color:#000;margin-top:10px;}

.addclass {position: fixed;top: 0;width: 100%;left: 0px;
padding:0px 0px 0px;background-color: #133560 !important;
transition: all 0.900000000s ease !important;z-index: 12 !important;
margin-top: 0px !important;-webkit-box-shadow: 0 5px 6px -6px black;
-moz-box-shadow: 0 5px 6px -6px black;box-shadow: 0 5px 6px -6px black;}



/*** STATE INFRASTRUCTURE START ***/

section.state_infrastructure{width:100%;float:left;padding:70px 130px 110px 90px;
background: url(../img/product-bg.png) no-repeat center center fixed; 
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;}

.services_middle_content {
    width:100%;
    float: left;
    height: 291px;
    background: #716338;
    transform: skewX(-31deg) !important;
    -webkit-transform: skewX(-31deg) !important;
    -ms-transform: skewX(-31deg) !important;
    transform: skewX(-31deg) !important;
    margin-left:15px;
    overflow: auto;
    overflow-y: hidden;
    overflow-x: hidden;
    position:relative;
}
.services_middle_content figure {
    width:100%;
    float: left;
    transform: skewX(32deg) !important;
    -webkit-transform: skewX(32deg) !important;
    -ms-transform: skewX(32deg) !important;
    transform: skewX(32deg) !important;
    background: #000;
    position:relative;
}

.services_heading{width:100%;position:absolute;bottom:-76px;left:-71px;  text-align:center;color:#fff;font-size:20px;text-transform: uppercase;}

.services_content{width:100%;float:left;position:relative;}

.research_top{bottom:-52px !important;}
.ethical_top{bottom:-52px !important;}

.research_content{width:100%;float:left;display:none;}


/*** RECENT NEWS START ***/

section.recent_news{width:100%;float:left;padding:60px 0px;}

.recent_news_content{width:100%;float:left;}

.recent_news_content h4{float:left;margin-top:0px;margin-bottom:0px;font-size:34px;color:#000;text-transform: uppercase;font-weight:bold;position:relative;padding-bottom:10px;}

.recent_news_content h4:after{content: '';position: absolute;bottom: -1px;
left:9%;transform: translateX(-50%);width:16%;height:4px;border-radius:5px;background:#f6c401;z-index: 9 !important;}

.recent_news_content p{width: 100%;float: left;font-size: 16px;color: #000;
margin-top: 10px;width:473px;margin-top:0px;margin-left:79px;line-height:30px;}

.recent_news_content a{float:right;background:#f6c401;padding:10px 31px;color:#000;font-weight:bold;border-radius:5px;}

.recent_news_content a:hover{background:#bf9d1a;text-decoration:none;color:#fff;}

.clients_say_content{width:100%;float:left;margin-top:35px;}

.testimonial_content{width:100%;float:left;padding-right:30px;}

.testimonial_content p{width:100%;float:left;font-size:16px;color:#5d5d5d;background:#efefef;padding:35px;margin-bottom:0px;}

.testimonial_content span{width:100%;float:left;}

.testimonial_content figure{width:60px;height:60px;float:left;border-radius:50%;margin-top:5px;margin-left:20px;}

.testimonial_content h2{width:50%;float:left;text-transform:uppercase;padding-left:15px;font-size:15px;color:#000;font-weight:bold;margin-top:20px;margin-bottom:0px;}

.testimonial_content h6{width:50%;float:left;padding-left:15px;font-size:14px;color:#5d5d5d;font-weight:normal;margin-top:2px;}

.recent_news_footer_content{width:100%;float:left;border:#bfbfbf solid 1px;padding:30px;}

.recent_news_footer_content span{width:100%;float:left;font-size:15px;color:#000;}

.recent_news_footer_content span i{margin-right:5px;color:#f6c401;}

.recent_news_footer_content h3{width: 100%;float: left;font-size:16px;
color: #000;text-align: left;font-weight: bold;margin-top:15px;
margin-bottom: 0px;}

.recent_news_footer_content p{width: 100%;float: left;
font-size: 16px;color: #797777;margin-top:15px;margin-bottom:0px;}


/*** FOOTER START ***/


footer{width:100%;float:left;background: url(../img/footer-bg.png) no-repeat center center fixed;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;padding:60px 0px 0px;}

.footer_heading{width:100%;float:left;}

.footer_heading h4{float: left;margin-top: 0px;margin-bottom: 0px;
font-size:22px;color: #000;text-transform: uppercase;
font-weight: bold;position: relative;padding-bottom: 10px;}

.footer_heading h4:after{content: '';position: absolute;
bottom: -1px;left:6%;transform: translateX(-50%);width:11%;height: 4px;
border-radius: 5px;background: #000;z-index: 9 !important;}

.footer_address_content{width:100%;float:left;margin-top:30px;}

.footer_address_content i{float:left;color:#000;font-size:26px;}

.footer_address_content p{float:right;font-size:14px;color:#000;width:299px;margin-bottom:25px;}

.advanced_technology{width:100%;float:left;}

.advanced_technology figure{float:left;}

.advanced_technology h4{float:right;margin-top: 0px;margin-bottom: 0px;
font-size:22px;color: #000;font-weight: bold;position: relative;padding-bottom: 10px;width:283px;}

.advanced_technology p{float:right;margin-top:5px;margin-bottom:20px;
font-size:14px;color: #000;position: relative;width:283px;line-height:28px;}

.advanced_technology a{float:right;margin-top:5px;margin-bottom:30px;
font-size:14px;color: #000;position: relative;padding-bottom: 10px;width:283px;line-height:28px;font-weight:600;}

.advanced_technology a i{font-size:10px;margin-left:5px;}

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

.product_catalogue{width:100%;float:left;background:#000;padding:20px 0px;background-color:rgba(168, 157, 98, 0.9);margin-top:20px;}

.social_links{float:left;margin-top:6px;text-align:left;}

.social_links ul{float:left;margin:0px;padding:0px;}

.social_links ul li{list-style:none;margin-right:10px;display:inline-block;}

.social_links ul li a{display:inline-block;font-size:20px;color:#f9c201;}

.social_links ul li a:hover{color:#000;}

.footer_submit{width:433px;float:left;margin-left:29px;}

.footer_name{float:left;width:307px;height:38px;border-radius:0px;}

.footer_name_submit{float:right;width:126px;height:38px;background:#f9c201;border:none;cursor:pointer;}

.becoms_dealer{float:right;text-align:right;}

.becoms_dealer a{display:inline-block;background:#f9c201;width:165px;text-align:center;padding:8px 0px;border-radius:5px;margin-left:30px;color:#000;}

.becoms_dealer a:hover{background: #bf9d1a;text-decoration: none;color: #fff;}

.copy_right{width:100%;float:left;background:#133560;padding:30px 0px;text-align:center;color:#fff;}

.copy_right span{float:left;font-size:14px;color:#fff;}

.copy_right span font{color:#f9c201;}

.copy_right a{display:inline-block;font-size:13px;color:#fff;text-transform: uppercase;}

.copy_right a:hover{color:#bf9d1a;}

.copy_right p{float:right;margin-bottom:0px;}

.copy_right a font{color:#f9c201;}


.text{width:100%;float:left;background:#ccc;padding:30px 0px;}

.text figure{width:100%;float:left;background:#0060ad;height:100px;margin-bottom:10px;}

.text_content{width:100%;float:left;padding:30px 0px;}

.text_content figure{width:100%;float:left;height:220px;margin-bottom:10px;}

/*** PRODUCT PAGE START ***/

section.breadcrumb_content{width:100%;float:left; background: url(../img/breadcrumb.png) no-repeat;background-size: cover;padding:15px 0px;}

.breadcrumb_content ul{float:left;margin:7px 0px 0px 0px;padding:0px;}
.breadcrumb_content ul li{float:left;list-style:none;margin-right:15px;font-size:15px;color:#fff;text-transform: capitalize;}
.breadcrumb_content ul li a{float:left;text-decoration:none;color:#000;color:#fff;font-size:15px;text-transform: capitalize;}
.breadcrumb_content ul li a i{color:#f6c401;}
.breadcrumb_content ul li:last-child{margin-right:0px;}

.breadcrumb_content h1{float:right;margin-top:2px;margin-bottom:0px;font-size:25px;color:#fff;font-weight:bold;text-transform: uppercase;display:none;}

section.products{width:100%;float:left;padding:40px 0px;}

.products_content{width:100%;float:left;background:#f3f3f3;padding:10px;text-align:center;margin-bottom:50px;}

.products_content figure{width:100%;float:left;height:280px;background:#fff;position:relative;}

.products_content h2{float:right;margin-top: 0px;margin-bottom: 0px;
font-size:20px;color: #000;font-weight:600;position: relative;width:100%;}

.products_content p{float:right;margin-top:10px;margin-bottom:10px;
font-size:14px;color: #000;position: relative;width:100%;padding:0px 20px;}

.products_content a{display:inline-block;text-transform: uppercase;color:#000;}

.products_content a i{margin-left:15px;color:#f9c201;}

.products_content a:hover{color:#f9c201;text-decoration:none;}


/*** PRODUCT DETAIL START ***/

section.product_detail{width:100%;float:left;padding:40px 0px;}

.product_detail_slider{width:100%;float:left;}

.sawan_agro_gyro{width:100%;float:left;text-align:center;margin-top:50px;margin-bottom:60px;}

.sawan_agro_gyro p{width:65%;display:inline-block;font-size:18px;color:#000;line-height:32px;}

.sawan_agro_gyro a{display:inline-block;font-size:20px;color:#000;background:#f6c401;
    padding:10px 10px;text-transform: uppercase;text-align:center;border-radius:5px;margin-right:15px;line-height:22px;}

.sawan_agro_gyro a span{float:left;margin-right:10px;}

.sawan_agro_gyro a:hover{text-decoration:none;background:#d0aa15;color:#fff;}

.swan_features{width:100%;float:left;}

.swan_features figure{width:100%;float:left;margin-bottom:60px;}

.swan_features figure img{width:100%;}

.swan_padding_left{padding-left:0px;}
.swan_padding_right{padding-right:0px;}

.swan_features h2{width:100%;float:left;margin-top:0px;margin-bottom:0px;font-size:24px;color:#000;border-top:#bfbfbf solid 1px;padding:25px 25px 15px;}

.swan_features ul{width:100%;float:left;margin:0px;padding:0px 25px 25px;}

.swan_features ul li{width:100%;float:left;list-style:none;font-size:15px;background:url(../img/list-bg.png) no-repeat 0px 6px;padding-left:20px;margin-bottom:10px;}

.swan_features ul li:last-child{margin-bottom:0px;}

.swan_features_heading{width:100%;float:left;text-align:center;margin-top:30px;}

.swan_features_heading h2{margin-top: 0px;margin-bottom: 0px;
font-size:24px;color: #000;font-weight:600;position: relative;display:inline-block;position:relative;padding-bottom:10px;}

.swan_features_heading h2:after{content: '';position: absolute;bottom: -1px;left:50%;
transform: translateX(-50%);width: 24%;border-top: 1px solid #bbbbbb !important;
z-index: -1 !important;}

.features_padding_left{padding-right:0px;}
.features_padding_right{padding-left:0px;}

.technical_specifications{width:100%;float:left;margin-top:30px;margin-bottom:40px;}

/*** ABOUT US START ***/

section.about_content{width:100%;float:left;padding:40px 0px;}

.about_content h2{margin-top: 0px;margin-bottom:20px;font-size: 24px;
color: #000;font-weight:bold;position: relative;display: inline-block;position: relative;
padding-bottom:8px;text-transform: uppercase;width:100%;text-align:center;}

.about_content h2:after{content: '';position: absolute;bottom: -1px;left: 50%;
transform: translateX(-50%);width:11%;border-top: 1px solid #bbbbbb !important;
z-index: -1 !important;}

.about_content p{float: right;width:100%;margin-top: 5px;margin-bottom:0px;
font-size:16px;color: #000;position: relative;line-height: 28px;line-height:32px;text-align:left;}

section.about_product{width:100%;float:left;background: url(../img/about-pic.png) no-repeat center center fixed; -webkit-background-size: cover;-moz-background-size: cover;
-o-background-size: cover;background-size: cover;padding:60px 20px;}

.about_product h3{margin-top:0px;margin-bottom:0px;font-size:30px;
color: #fff;font-weight:bold;position: relative;display: inline-block;position: relative;
padding-bottom:0px;text-transform: uppercase;width:100%;text-align:center;}

.about_product p{margin-top:5px;margin-bottom:20px;font-size:15px;
color: #fff;position: relative;display: inline-block;position: relative;
padding-bottom:8px;width:100%;text-align:center;}

.unmatched_quality{width:100%;float:left;background:#fff;padding:25px;min-height:511px;}

.unmatched_quality figure{width:100%;float:left;text-align:center;margin-top:15px;}

.unmatched_quality h3{margin-top:12px;margin-bottom:0px;font-size:18px;
color: #000;font-weight:bold;position: relative;display: inline-block;position: relative;
padding-bottom:0px;text-transform: uppercase;width:100%;text-align:center;min-height:45px;}

.unmatched_quality p{margin-top:30px;margin-bottom:0px;font-size:15px;
color: #000;position: relative;display: inline-block;position: relative;
padding-bottom:8px;width:100%;text-align:justify;}

section.production_plants{width:100%;float:left;padding:50px 0px;text-align:center;}

.production_plants h2{margin-top: 0px;margin-bottom: 20px;font-size: 24px;
color: #000;font-weight: bold;position: relative;display: inline-block;
position: relative;padding-bottom: 8px;text-transform: uppercase;width: 100%;
text-align: center;}

.production_plants h2:after{content: '';position: absolute;bottom: -1px;
left: 50%;transform: translateX(-50%);width: 11%;
border-top: 1px solid #bbbbbb !important;z-index: -1 !important;}

.production_plants p{margin-top:0px;margin-bottom:30px;font-size:16px;
color: #000;position: relative;display: inline-block;position: relative;
padding-bottom:8px;width:80%;text-align:justify;text-align:center;line-height:32px;}

.production_plants figure{width:100%;float:left;margin-bottom:40px;}

.production_plants figure img{width:100%;}

.production_plants_right{padding-right:0px;}
.production_plants_left{padding-left:0px;}

.production_plants h3{width: 100%;float: left;margin-top: 0px;
margin-bottom: 0px;font-size: 24px;color: #133560;border-top: #bfbfbf solid 1px;
padding:70px 25px 15px;text-transform: uppercase;text-align:left;font-weight:600;}

.production_plants p.production_content{margin-top:20px;margin-bottom: 30px;
font-size: 16px;color: #000;position: relative;float:left;
position: relative;padding-bottom: 8px;width:89%;padding-left:25px;text-align: justify;
line-height: 32px;}

section.new_swan{width:100%;float:left;padding-bottom:40px;}

.new_swan_content{width:100%;float:left;border-top:#bbbbbb solid 1px;margin-bottom:30px;}

.new_swan_content figure{width:100%;float:left;margin-bottom:0px;}

.new_swan_content figure img{width:100%;}

.new_swan_content h2{width:100%;float:left;margin-top:25px;margin-bottom:0px;font-size:24px;color:#133560;text-transform: uppercase;}

.new_swan_content p{width:100%;float:left;margin-top:15px;margin-bottom:0px;font-size:20px;color:#000;}

section.major_milestone{width:100%;float:left;padding:40px 0px 0px;}


.wgl-row-animation{
   position: relative;
    z-index: 1;
}
.wgl-row-animation {
position: relative;
z-index: 1; }
.wgl-row-animation .wpb_column {
position: relative;
z-index: 2; }
.wgl-row-animation .wgl-row_background {
position: absolute;
z-index: -1;
top: 50%;
left: 70%;
-webkit-transform: translate(-50%, -50%);
-moz-transform: translate(-50%, -50%);
-ms-transform: translate(-50%, -50%);
-o-transform: translate(-50%, -50%);
transform: translate(-50%, -50%); }
.seofy_module_time_line_vertical {
position: relative;
z-index: 1;
padding: 0px 0; }
.seofy_module_time_line_vertical:before {
content: '';
position: absolute;
z-index: -1;
height: 100%;
width: 2px;
left: 50%;
top: 0;
margin-left: -1px;
background: -webkit-linear-gradient(top, transparent 0%, rgba(63, 71, 103, 0.15) 100px, rgba(63, 71, 103, 0.15) -webkit-calc(100% - 100px), transparent 100%);
background: -webkit-linear-gradient(top, transparent 0%, rgba(63, 71, 103, 0.15) 100px, rgba(63, 71, 103, 0.15) -moz-calc(100% - 100px), transparent 100%);
background: -webkit-linear-gradient(top, transparent 0%, rgba(63, 71, 103, 0.15) 100px, rgba(63, 71, 103, 0.15) calc(100% - 100px), transparent 100%); }
.seofy_module_time_line_vertical.appear_anim .time_line-item .time_line-date {
-webkit-transform: translateX(-20%);
-moz-transform: translateX(-20%);
-ms-transform: translateX(-20%);
-o-transform: translateX(-20%);
transform: translateX(-20%);
opacity: 0; }
.seofy_module_time_line_vertical.appear_anim .time_line-item .seofy_hexagon {
opacity: 0; }
.seofy_module_time_line_vertical.appear_anim .time_line-item .time_line-content {
-webkit-transform: translateX(20%);
-moz-transform: translateX(20%);
-ms-transform: translateX(20%);
-o-transform: translateX(20%);
transform: translateX(20%);
opacity: 0; }
.seofy_module_time_line_vertical.appear_anim .time_line-item:nth-child(even) .time_line-date {
-webkit-transform: translateX(20%);
-moz-transform: translateX(20%);
-ms-transform: translateX(20%);
-o-transform: translateX(20%);
transform: translateX(20%); }
.seofy_module_time_line_vertical.appear_anim .time_line-item:nth-child(even) .time_line-content {
-webkit-transform: translateX(-20%);
-moz-transform: translateX(-20%);
-ms-transform: translateX(-20%);
-o-transform: translateX(-20%);
transform: translateX(-20%); }
.seofy_module_time_line_vertical .time_line-item {
display: -webkit-box;
display: -webkit-flex;
display: -moz-box;
display: -ms-flexbox;
display: flex;
-webkit-box-align: center;
-webkit-align-items: center;
-moz-box-align: center;
-ms-flex-align: center;
align-items: center;
margin-bottom: 40px;
-webkit-transition: opacity 0.5s;
-o-transition: opacity 0.5s;
-moz-transition: opacity 0.5s;
transition: opacity 0.5s; }
.seofy_module_time_line_vertical .time_line-item:last-child {
margin-bottom: 0; }
.seofy_module_time_line_vertical .time_line-item:nth-child(even) {
-webkit-box-orient: horizontal;
-webkit-box-direction: reverse;
-webkit-flex-direction: row-reverse;
-moz-box-orient: horizontal;
-moz-box-direction: reverse;
-ms-flex-direction: row-reverse;
flex-direction: row-reverse; }
.seofy_module_time_line_vertical .time_line-item:nth-child(even) .time_line-date_wrap {
margin-right: -webkit-calc( 50% - 10px);
margin-right: -moz-calc( 50% - 10px);
margin-right: calc( 50% - 10px);
margin-left: 50px; }
.seofy_module_time_line_vertical .time_line-item:nth-child(even) .time_line-date {
right: auto;
left: 100%;
padding-left: 50px;
padding-right: 0; }
.seofy_module_time_line_vertical .time_line-item:nth-child(even) .time_line-image {
left: 0;
right: auto; }
.seofy_module_time_line_vertical .time_line-item:nth-child(even) .time_line-content {
text-align: right; }
.seofy_module_time_line_vertical .time_line-item:nth-child(even) .time_line-content:before {
left: auto;
right: 0; }
.seofy_module_time_line_vertical .seofy_hexagon{
  position:absolute;
  top:0;
  z-index:-1;
}
.seofy_module_time_line_vertical .time_line-item:nth-child(even) .seofy_hexagon {
left: auto;
right: 0; }
.seofy_module_time_line_vertical .time_line-item.item_active .seofy_hexagon:nth-child(2) {
-webkit-transform: scale(2);
-moz-transform: scale(2);
-ms-transform: scale(2);
-o-transform: scale(2);
transform: scale(2); }
.seofy_module_time_line_vertical .time_line-item.item_show .time_line-content, .seofy_module_time_line_vertical .time_line-item.item_show:nth-child(even) .time_line-content {
opacity: 1;
-webkit-transform: translateX(0);
-moz-transform: translateX(0);
-ms-transform: translateX(0);
-o-transform: translateX(0);
transform: translateX(0); }
.seofy_module_time_line_vertical .time_line-item.item_show .seofy_hexagon, .seofy_module_time_line_vertical .time_line-item.item_show:nth-child(even) .seofy_hexagon {
opacity: 1; }
.seofy_module_time_line_vertical .time_line-item.item_show .time_line-date, .seofy_module_time_line_vertical .time_line-item.item_show:nth-child(even) .time_line-date {
opacity: 1;
-webkit-transform: translateX(0);
-moz-transform: translateX(0);
-ms-transform: translateX(0);
-o-transform: translateX(0);
transform: translateX(0); }
.seofy_module_time_line_vertical .time_line-date_wrap {
position: relative;
z-index: 1;
margin-left: -webkit-calc( 50% - 10px);
margin-left: -moz-calc( 50% - 10px);
margin-left: calc( 50% - 10px);
margin-right: 50px; }
.seofy_module_time_line_vertical .seofy_hexagon {
height: 22px;
width: 20px;
-webkit-transition: opacity 0.8s;
-o-transition: opacity 0.8s;
-moz-transition: opacity 0.8s;
transition: opacity 0.8s; }
.seofy_module_time_line_vertical .seofy_hexagon:first-child {
position: relative;
z-index: 0; }
.seofy_module_time_line_vertical .seofy_hexagon:nth-child(2) svg {
fill: #ffffff !important; }
.seofy_module_time_line_vertical .time_line-date {
position: absolute;
z-index: 1;
top: 0;
right: 100%;
padding-right: 50px;
font-size: 24px;
font-weight: 700;
line-height: 20px;
white-space: nowrap;
-webkit-transition: 0.3s;
-o-transition: 0.3s;
-moz-transition: 0.3s;
transition: 0.3s; }
.seofy_module_time_line_vertical .time_line-content {
position: relative;
z-index: 1;
padding: 23px 30px;
width: 100%;
max-width: 345px;
-webkit-box-shadow: 7px 5px 30px 0 rgba(72, 73, 121, 0.15);
-moz-box-shadow: 7px 5px 30px 0 rgba(72, 73, 121, 0.15);
box-shadow: 7px 5px 30px 0 rgba(72, 73, 121, 0.15);
-webkit-border-radius: 4px;
-moz-border-radius: 4px;
border-radius: 4px;
background: #ffffff;
overflow: hidden;
-webkit-transition: 0.4s;
-o-transition: 0.4s;
-moz-transition: 0.4s;
transition: 0.4s; }
.seofy_module_time_line_vertical .time_line-content:before {
content: '';
position: absolute;
z-index: 1;
width: 4px;
height: 100%;
left: 0;
top: 0; }
.seofy_module_time_line_vertical .time_line-image {
position: absolute;
z-index: -1;
right: 0;
top: 0; }
.seofy_module_time_line_vertical .time_line-title {
font-size: 18px;
line-height: 24px;
font-weight: 700;
margin-bottom: 8px; }
.seofy_module_time_line_vertical .time_line-descr {
line-height: 24px; }
.seofy_module_time_line_vertical .time_line-item:hover .time_line-content {
-webkit-transform: translateX(5px);
-moz-transform: translateX(5px);
-ms-transform: translateX(5px);
-o-transform: translateX(5px);
transform: translateX(5px);
background: white; }
.seofy_module_time_line_vertical .time_line-item:hover .time_line-date {
-webkit-transform: translateX(-5px);
-moz-transform: translateX(-5px);
-ms-transform: translateX(-5px);
-o-transform: translateX(-5px);
transform: translateX(-5px); }
.seofy_module_time_line_vertical .time_line-item:hover:nth-child(even) .time_line-content {
-webkit-transform: translateX(-5px);
-moz-transform: translateX(-5px);
-ms-transform: translateX(-5px);
-o-transform: translateX(-5px);
transform: translateX(-5px); }
.seofy_module_time_line_vertical .time_line-item:hover:nth-child(even) .time_line-date {
-webkit-transform: translateX(5px);
-moz-transform: translateX(5px);
-ms-transform: translateX(5px);
-o-transform: translateX(5px);
transform: translateX(5px); }
.seofy_module_time_line_vertical .time_line-item:hover.item_active .seofy_hexagon:nth-child(2) {
-webkit-animation: pulse_hexagon_active 2s infinite;
-moz-animation: pulse_hexagon_active 2s infinite;
-o-animation: pulse_hexagon_active 2s infinite;
animation: pulse_hexagon_active 2s infinite; }
.seofy_module_time_line_vertical .time_line-item:hover .seofy_hexagon:nth-child(2) {
-webkit-animation: pulse_hexagon 2s infinite;
-moz-animation: pulse_hexagon 2s infinite;
-o-animation: pulse_hexagon 2s infinite;
animation: pulse_hexagon 2s infinite; }
@-webkit-keyframes pulse_hexagon {
0% {
-webkit-transform: scale(1);
transform: scale(1); }
70% {
-webkit-transform: scale(2);
transform: scale(2); }
100% {
-webkit-transform: scale(1);
transform: scale(1); } }
@-moz-keyframes pulse_hexagon {
0% {
-moz-transform: scale(1);
transform: scale(1); }
70% {
-moz-transform: scale(2);
transform: scale(2); }
100% {
-moz-transform: scale(1);
transform: scale(1); } }
@-o-keyframes pulse_hexagon {
0% {
-o-transform: scale(1);
transform: scale(1); }
70% {
-o-transform: scale(2);
transform: scale(2); }
100% {
-o-transform: scale(1);
transform: scale(1); } }
@keyframes pulse_hexagon {
0% {
-webkit-transform: scale(1);
-moz-transform: scale(1);
-o-transform: scale(1);
transform: scale(1); }
70% {
-webkit-transform: scale(2);
-moz-transform: scale(2);
-o-transform: scale(2);
transform: scale(2); }
100% {
-webkit-transform: scale(1);
-moz-transform: scale(1);
-o-transform: scale(1);
transform: scale(1); } }
@-webkit-keyframes pulse_hexagon_active {
0% {
-webkit-transform: scale(2);
transform: scale(2); }
30% {
-webkit-transform: scale(1);
transform: scale(1); }
100% {
-webkit-transform: scale(2);
transform: scale(2); } }
@-moz-keyframes pulse_hexagon_active {
0% {
-moz-transform: scale(2);
transform: scale(2); }
30% {
-moz-transform: scale(1);
transform: scale(1); }
100% {
-moz-transform: scale(2);
transform: scale(2); } }
@-o-keyframes pulse_hexagon_active {
0% {
-o-transform: scale(2);
transform: scale(2); }
30% {
-o-transform: scale(1);
transform: scale(1); }
100% {
-o-transform: scale(2);
transform: scale(2); } }
@keyframes pulse_hexagon_active {
0% {
-webkit-transform: scale(2);
-moz-transform: scale(2);
-o-transform: scale(2);
transform: scale(2); }
30% {
-webkit-transform: scale(1);
-moz-transform: scale(1);
-o-transform: scale(1);
transform: scale(1); }
100% {
-webkit-transform: scale(2);
-moz-transform: scale(2);
-o-transform: scale(2);
transform: scale(2); } }
#time_line_5cf90ca818f641 .time_line-date{
color: #ffa705;
}#time_line_5cf90ca818f641 .time_line-content:before{
background: #ffa705;
}
#time_line_5cf90ca818fa82 .time_line-date{
color: #ff5600;
}#time_line_5cf90ca818fa82 .time_line-content:before{
background: #ffa705;
}
#time_line_5cf90ca818fc83 .time_line-date{
color: #69e9f2;
}#time_line_5cf90ca818fc83 .time_line-content:before{
background: #69e9f2;
}
#time_line_5cf90ca818fe44 .time_line-date{
color: #12affe;
}#time_line_5cf90ca818fe44 .time_line-content:before{
background: #12affe;
}
#time_line_5cf90ca818ffe5 .time_line-date{
color: #3224e9;
}#time_line_5cf90ca818ffe5 .time_line-content:before{
background: #3224e9;
}
.extended-parallax {
position: absolute;
z-index: -1;
width: 100%; }
.extended-parallax img{
  max-width:100%;
}
@media only screen and (max-width: 767px) {
  .seofy_module_time_line_vertical:before {
left: 45px; }
.seofy_module_time_line_vertical .time_line-date_wrap {
margin-left: 35px !important;
margin-right: 35px !important; }
.seofy_module_time_line_vertical .time_line-date {
padding: 0 !important;
right: 100% !important;
left: auto !important; }
.seofy_module_time_line_vertical .time_line-content {
text-align: left !important; }
.seofy_module_time_line_vertical .time_line-content:before {
left: 0 !important;
right: auto !important; }
.seofy_module_time_line_vertical .time_line-item {
-webkit-box-orient: horizontal !important;
-webkit-box-direction: normal !important;
-webkit-flex-direction: row !important;
-moz-box-orient: horizontal !important;
-moz-box-direction: normal !important;
-ms-flex-direction: row !important;
flex-direction: row !important; }
.seofy_module_time_line_vertical .time_line-date {
-webkit-transform: rotate3d(0, 0, 1, -90deg) !important;
-moz-transform: rotate3d(0, 0, 1, -90deg) !important;
transform: rotate3d(0, 0, 1, -90deg) !important; }
.seofy_module_time_line_vertical.appear_anim .time_line-date {
-webkit-transform: translateX(-20%) rotate3d(0, 0, 1, -90deg) !important;
-moz-transform: translateX(-20%) rotate3d(0, 0, 1, -90deg) !important;
transform: translateX(-20%) rotate3d(0, 0, 1, -90deg) !important; }
.seofy_module_time_line_vertical.appear_anim .time_line-content {
-webkit-transform: translateX(20%) !important;
-moz-transform: translateX(20%) !important;
-ms-transform: translateX(20%) !important;
-o-transform: translateX(20%) !important;
transform: translateX(20%) !important; }
.seofy_module_time_line_vertical.appear_anim .time_line-item.item_show .time_line-date {
-webkit-transform-origin: top;
-moz-transform-origin: top;
-ms-transform-origin: top;
-o-transform-origin: top;
transform-origin: top;
-webkit-transform: translate(15px, -9px) rotate3d(0, 0, 1, -90deg) !important;
-moz-transform: translate(15px, -9px) rotate3d(0, 0, 1, -90deg) !important;
transform: translate(15px, -9px) rotate3d(0, 0, 1, -90deg) !important;
width: 100px;
white-space: normal; }
.seofy_module_time_line_vertical.appear_anim .time_line-item.item_show .time_line-content {
-webkit-transform: translateX(0) !important;
-moz-transform: translateX(0) !important;
-ms-transform: translateX(0) !important;
-o-transform: translateX(0) !important;
transform: translateX(0) !important; }
.seofy_module_time_line_vertical .time_line-item:hover .time_line-content {
-webkit-transform: translateX(5px) !important;
-moz-transform: translateX(5px) !important;
-ms-transform: translateX(5px) !important;
-o-transform: translateX(5px) !important;
transform: translateX(5px) !important; }
.seofy_module_time_line_vertical .time_line-item.item_show:hover .time_line-content {
-webkit-transform: translateX(5px) !important;
-moz-transform: translateX(5px) !important;
-ms-transform: translateX(5px) !important;
-o-transform: translateX(5px) !important;
transform: translateX(5px) !important; }
}

section.infrastructure{width:100%;float:left;padding:0px 0px 40px;}

.infrastructure_content{width:100%;float:left;position:relative;margin-bottom:30px;}

.infrastructure_content img{width:100%;border-top-right-radius: 25px;border-top-left-radius: 25px;}

.infrastructure_content h2{width:100%;position:absolute;bottom:0px;left:0px;background-color: rgba(208, 209, 210, 0.9);text-align:center;font-size:21px;color:#133560;padding:10px 0px;margin-bottom:0px;font-weight:600;text-transform: uppercase;}

section.our_network{width:100%;float:left;padding:40px 0px;}

.our_network_content{width:100%;float:left;background:#000;}

section.our_quality{width:100%;float:left;padding:40px 0px;}

.our_quality figure{width:100%;float:left;}

.our_quality figure img{width:100%;}

.our_pic{border-radius:10px;-webkit-box-shadow: 0px 2px 5px 0px rgba(0,0,0,0.75);
-moz-box-shadow: 0px 2px 5px 0px rgba(0,0,0,0.75);
box-shadow: 0px 2px 5px 0px rgba(0,0,0,0.75);}

.our_quality h2{width:100%;float:left;margin-top:20px;margin-bottom:0px;font-size:30px;font-weight:bold;text-transform: uppercase;position:relative;padding-bottom:10px;}

.our_quality h2:after{content: '';position: absolute;bottom: -1px;
left:6%;transform: translateX(-50%);width: 11%;border-top: 1px solid #bbbbbb !important;
z-index: -1 !important;}

.our_quality p{width:100%;float:left;margin-top:30px;margin-bottom:0px;font-size:16px;line-height:32px;}

.our_quality h3{width:100%;float:left;margin-top:70px;margin-bottom:30px;font-size:30px;font-weight:bold;text-transform: uppercase;position:relative;padding-bottom:10px;text-align:center;}

.our_quality h3:after{content: '';position: absolute;bottom: -1px;
left:50%;transform: translateX(-50%);width: 11%;border-top: 1px solid #bbbbbb !important;
z-index: -1 !important;}

section.showcase_content{width:100%;float:left;padding:40px 0px;}


.box{
    font-family: 'Merriweather Sans', sans-serif;
    text-align: center;
      border-radius:10px;
    overflow: hidden;
    margin-bottom:30px;
    -webkit-box-shadow: 0px 2px 5px 0px rgba(0,0,0,0.75);
-moz-box-shadow: 0px 2px 5px 0px rgba(0,0,0,0.75);
box-shadow: 0px 2px 5px 0px rgba(0,0,0,0.75);
    position: relative;
}
.box_content{width:200px;position:absolute;top:80px;right:0px;text-align:left;z-index:9;}

.box_content h2{width:100%;float:left;margin-top:0px;margin-bottom:0px;font-size:25px;font-weight:600;color:#133560;}

.box_content a{width:100%;float:left;margin-top:10px;margin-bottom:0px;font-size:17px;color:#133560;text-decoration:underline;}

.box:before{
    content: '';
    background-image: linear-gradient(to top,#fe8c00 0%, transparent 100%,#f83600 100%);
    width: 100%;
    height: 100%;
    opacity: 0;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
    transition: opacity 0.4s;
}
.box:hover:before{ opacity: 0.8; }
.box img{
    width: 100%;
    height: 100%;
    transition: all 0.35s;
  
}
.box:hover img{ transform: scale(1.15); }
.box .box-content{
    color: #fff;
    background: linear-gradient(to right,#fe8c00,#f83600);
    font-size: 18px;
    font-weight: 700;
    border-radius:10px;
    width: 90%;
    padding: 10px;
    border-radius: 10px 10px 0 0;
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.85);
    opacity: 0;
    transform: translateX(-50%)translateY(50%);
    position: absolute;
    bottom: 50%;
    left: 50%;
    z-index: 2;
    transition:all 0.35s;
}
.box:hover .box-content{
    opacity: 1;
    transform: translateX(-50%)translateY(25%);
}
.box .title{
    font-size: 22px;
    font-weight: 600;
    text-transform: uppercase;
    margin: 0;
}
.box .post{
    font-size: 14px;
    font-weight: 400;
    font-style: italic;
    text-transform: capitalize;
}
.box .icon{
    background-color: #fff;
    width: 80%;
    padding: 10px 0;
    margin: 0;
    border-radius: 0 0 5px 5px;
    list-style: none;
    opacity: 0;
    transform: translateX(-50%)translateY(50%);
    position: absolute;
    bottom: 50%;
    left: 50%;
    z-index: 1;
    transition: all 0.35s;
}
.box:hover .icon{
    opacity: 1;
    transform: translateX(-50%) translateY(130%);
}
.box .icon li{
    display: inline-block;
    opacity: 0;
    transform: translateY(-20px);
    transition: all 0.3s;
}
.box:hover .icon li:nth-child(1){ transition-delay: 0.15s; }
.box:hover .icon li:nth-child(2){ transition-delay: 0.25s; }
.box:hover .icon li{
    opacity: 1;
    transform: translateY(0);
}
.box .icon li a{
    color: #fff;
    background-color: #f83600;
    line-height: 25px;
    height: 30px;
    width: 30px;
    border: 2px solid #fff;
    box-shadow: 3px 3px 5px #555;
    border-radius: 50% 0;
    display: block;
    transition: all 0.3s;
}
.box .icon li  a:hover{
    color: #f83600;
    background-color: #fff;
    border-color: #f83600;
}
@media only screen and (max-width:990px){
    .box { margin: 0 0 30px; }
}
@media only screen and (max-width:479px){
    .box .title{ font-size: 20px; }
}

section.contact_content{width:100%;float:left;padding:40px 0px;}

.contact_address {
    width: 100%;
    float: left;
    margin-top: 0px;
    text-align: center;
}
.contact_form {
    padding: 10px 0px !important;
}
.contact_address_content {
    width: 276px;
    padding:20px;
    height:217px;
    display: inline-block;
    margin-right: 20px;
    margin-bottom:20px;
    box-shadow: 0px 0px 10px 0px rgba(184, 184, 184, 0.75);
    -moz-box-shadow: 0px 0px 10px 0px rgba(184, 184, 184, 0.75);
    -webkit-box-shadow: 0px 0px 10px 0px rgba(184, 184, 184, 0.75);
    text-align: center;
}
.contact_address_content i {
    color: #f6c401;
    margin-top: 10px;
    font-size: 15px;
}
.contact_address_content h2 {
    width: 100%;
    float: left;
    font-size: 20px;
    color: #000;
    text-align: center;
    margin-bottom: 0px;
    margin-top: 10px;
}
.contact_address_content p {
    width: 100%;
    float: left;
    font-size: 12px;
    color: #000;
    text-align: center;
    margin-bottom: 0px;
    margin-top: 2px;
}

.contact_name{width:100%;float:left;border-radius:0px;border:#d4d4d4 solid 1px;margin-bottom:10px;font-size:13px;}

.contact_message{width:100%;float:left;border-radius:0px;border:#d4d4d4 solid 1px;margin-bottom:10px;font-size:13px;height:150px !important;}

.captcha_code {
    width: 145px;
    float: left;
    margin-top:20px;
    margin-left:0px;
}
.captcha_code_left_content {
    width: 79px;
    float: left;
    border: #c7c7c7 solid 1px;
    padding: 5px 12px;
    text-align: center;
    font-size: 16px;
    font-family: 'Avenir';
    color: #333533;
}
.captcha_code figure {
    width: 12px;
    float: left;
    font-size: 16px;
    font-family: 'Avenir';
    color: #333533;
    margin-left: 13px;
    margin-top: 6px;
    margin-bottom: 0px;
}
.captcha_code_name {
    width: 27px;
    float: right;
    height: 36px;
    padding: 0px;
    border-radius: 0px;
    text-align: center;
    font-size: 16px;
    background: #f4f0f2;
    border: #c7c7c7 solid 1px;
}

.contact_button{background:#f6c401;color: #FFF;font-size: 18px;width: 130px;
border:none;height:36px;margin-top:20px;text-transform: uppercase;float:right;}

.contact_button:hover{color:#000;}


.certificates_content{width:100%;float:left;margin-bottom:25px;}

.certificates_content figure{width:100%;float:left;margin-bottom:0px;} 

.certificates_content figure img{width:100%;border:#000 solid 1px;border-bottom:none;}

.certificates_content h4{width:100%;float:left;margin-bottom:0px;margin-top:0px;font-size:15px;color:#000;text-align:center;background:#ccc;padding:10px 0px;}

.language{float:right;text-align:right;margin-right:10px;}

.language a{display:inline-block;margin-right:10px;border:#f6c401 solid 1px;}

.language a.active_language{border:#133560 solid 1px;}

.dealer_content{width:100%;float:left;text-align:center;}

.dealer_content h1{display:inline-block;font-size:18px;color:#000;font-weight:bold;text-transform: uppercase;font-size:30px;position:relative;padding-bottom:10px;margin-bottom:20px;}

.dealer_content h1:after{content: '';position: absolute;bottom: -1px;left: 50%;
transform: translateX(-50%);width:95%;border-top: 1px solid #d7d7d7 !important;
z-index: 30000 !important;}

.dealer_content p{display:inline-block;font-size:16px;color:#000;position:relative;padding-bottom:10px;text-align:center;margin-top:15px;}

.dealer_form{width:100%;float:left;text-align:center;}

.dealer_form_content{width:548px;display:inline-block;background:#f2f2f2;padding:20px;}

.dealer_form_name{width:100%;display:inline-block;height:45px;border-radius:0px;margin-bottom:10px;}

.dealer_form_message{width:100%;display:inline-block;height:137px;border-radius:0px;margin-bottom:10px;
    border:#ced4da solid 1px;padding-left:10px;padding-top:10px;font-size:15px;} 

.dealer_form_count{background:#fff;padding:8px 25px;display:inline-block;font-size:22px;border:#ced4da solid 1px;margin-right:10px;}

.dealer_form_counter{background:#fff;padding:8px 25px;display:inline-block;font-size:22px;border:#ced4da solid 1px;margin-right:10px;width:35px;height:50px;border-radius:0px;text-align:center;padding:0px;margin-left:10px;}

.dealer_button{width:182px;display:inline-block;background:#f6c401;border:none;color:#fff;text-transform: uppercase;font-size:23px;height:50px;margin-top:20px;}

.dealer_button:hover{background:#000;}

.image_border{border-radius:0px !important;padding-bottom:15px;padding-right:60px;}

.dealer_color{color:#797777 !important;}

.news_detail_right_content{width:100%;float:left;margin-top:30px;}

.news_detail_right_content h3{width:100%;float:left;margin-bottom:20px;margin-top:0px;font-size:24px;color:#000;font-weight:bold;position:relative;text-transform: uppercase;background:url(../img/bg.png) no-repeat bottom left;padding-bottom:14px;}

.news_detail_right_content ul{width:100%;float:left;margin:0px;padding:0px;}
.news_detail_right_content ul li{width:100%;float:left;list-style:none;background:url(../img/arrow.png) no-repeat 0px 5px;padding-left:27px;margin-bottom:15px;}

.news_detail_right_content ul li a{text-decoration:none;color:#000;}

.news_detail_right_content ul li a:hover{color:#9e9e9e;}

.text_content_list{width:100%;float:left;}

.text_content_products_list{width:100%;float:left;}

.text_content_products_mobile{width:100%;float:left;display:none;}


#tabs{
    background: #fff;
    color: #eee;
}
#tabs h6.section-title{
    color: #eee;
}

#tabs .nav-tabs .nav-item.show .nav-link, .nav-tabs .nav-link.active {
    color: #f6c401;
    letter-spacing:5px;
    background-color: transparent;
    border-color: transparent transparent #ccc;
    border-bottom:2px solid #f6c401 !important;
    font-size:17px;
    
  
}
#tabs .nav-tabs .nav-link {
    border: 1px solid transparent;
color: #000;
    font-size:17px;
    letter-spacing:5px;
    text-transform: uppercase;
    padding:0px 0px 8px;
    margin-right:50px;
    border-top-left-radius:0px;
    border-top-right-radius:0px;
}

#tabs .nav-tabs .nav-link:last-child{margin-right:0px;}

.nav-fill .nav-item {
    -ms-flex: 1 1 auto;
    flex:none;
    text-align: center;
}

.nav-tabs {
    border-bottom:none;
    width:100%;
    text-align:center;
} 

.nav-tabs a{
    color: #000;
    letter-spacing: 5px;
    background-color: transparent;
    border-color: transparent transparent #ccc;
    font-size: 17px;
    display: inline-block;
    margin-right: 25px !important;
    padding: 0px;
    text-transform: uppercase;
}
.text_content_pic {
    width:100%;
    float: left;
    margin-right:0px;
}

.our_product_content{width:100%;float:left;text-align:center;}

.our_product_list_content{display:inline-block;}

.why_chooseus_content{width:100%;float:left;}

.rotary_product{width:100%;float:left;}

.enquiry_content{width:100%;float:left;padding:40px;}

.enquiry_name{width:100%;float:left;height:50px;border-radius:0px;margin-bottom:15px;}

.enquiry_message{width:100%;float:left;height:200px;border-radius:0px;margin-bottom:15px;padding:10px;font-size:15px;border:#ced4da solid 1px;}


.technical_specifications > table > thead > tr {
    background-color: #f8c301;
}
    table  {
        width: 100%;
    }
    
      table td  {
        padding:10px !important;
        border-top: solid 1px #eeeeee !important;
        border-left: solid 1px #eeeeee !important;
    }
    table thead  th  {
        padding:10px !important;
        border-top: solid 1px #eeeeee !important;
        border-left: solid 1px #eeeeee !important;
    }

.technical_specifications > table > tbody > tr:nth-of-type(2n+1) {
    background-color: #f8c301;
}

.map{width:100%;float:left;}

.map img{width:100%;}

#carousel .carousel-item.boat {
  background-image: url("https://picsum.photos/1200/600/?image=1083");
}

#carousel .carousel-item.sea {
  background-image: url("https://picsum.photos/1200/600/?image=1050");
}

#carousel .carousel-item.river {
  background-image: url("https://picsum.photos/1200/600/?image=1015");
}

#carousel .carousel-item {

  width: 100%;

  background: no-repeat center center scroll;
  background-size: cover;
}

#carousel .carousel-inner .carousel-item {
  transition: -webkit-transform 2s ease;
  transition: transform 2s ease;
  transition: transform 2s ease, -webkit-transform 2s ease;
}

#carousel .carousel-item .caption {
  background-color: rgba(0, 0, 0, 0.5);
  padding: 40px;
  color: white;
  animation-duration: 1s;
  animation-delay:1.1s;
}

#carousel .caption h2 {
  animation-duration: 1s;
   animation-delay:1.1s;
   font-weight:bold;
   text-transform: uppercase;
}

#carousel .caption p {
  animation-duration: 1s;
  animation-delay: 2.2s;
  font-size:25px;
  text-transform: capitalize;
}

#carousel .caption a {
  animation-duration: 1s;
  animation-delay: 2.4s;
  text-transform: uppercase;
  color:#000;
  background:#f6c401;
  padding:10px;
  border-radius:0px;
}

#carousel .caption a:hover{color:#fff;}

/* Button */
.delicious-btn {
  display: inline-block;
  min-width: 160px;
  height: 60px;
  color: #ffffff;
  border: none;
  border-left: 3px solid #1c8314;
  border-radius: 0;
  padding: 0 30px;
  font-size: 16px;
  line-height: 58px;
  font-weight: 600;
  -webkit-transition-duration: 500ms;
  transition-duration: 500ms;
  text-transform: capitalize;
  background-color: #40ba37;
}

.delicious-btn.active, .delicious-btn:hover, .delicious-btn:focus {
  font-size: 16px;
  font-weight: 600;
  color: #ffffff;
  background-color: #1c8314;
  border-color: #40ba37;
}

.carousel-indicators li {
    box-sizing: content-box;
    -ms-flex: 0 1 auto;
    flex: 0 1 auto;
    width: 30px;
    height: 3px;
    margin-right: 3px;
    margin-left: 3px;
    text-indent: -999px;
    cursor: pointer;
    background-color: #fff;
    background-clip: padding-box;
    border-top: 10px solid transparent;
    border-bottom: 10px solid transparent;
    opacity: .9;
    transition: opacity .6s ease;
}

.carousel-indicators .active {
    box-sizing: content-box;
    -ms-flex: 0 1 auto;
    flex: 0 1 auto;
    width: 30px;
    height: 3px;
    margin-right: 3px;
    margin-left: 3px;
    text-indent: -999px;
    cursor: pointer;
    background-color: #f6c401;
    background-clip: padding-box;
    border-top: 10px solid transparent;
    border-bottom: 10px solid transparent;
    opacity: .9;
    transition: opacity .6s ease;
}

.recent_news_list_pic{width:100%;float:left;}

.recent_news_list_pic img{width:100%;}

.dealer_locator_content{width:100%;float:left;text-align:center;}

.dealer_locator_content figure{display:inline-block;position:relative;}

.dealer_locator_content figure img{width:100%;}

.dealer_locator_content span img{width:100%;}

.dealer_locator_content span{position:absolute;top:208px;left:238px;}
.dealer_locator_content span.hp{position:absolute;top:148px;left:284px;}
.dealer_locator_content span.uk{position:absolute;top:228px;left:350px;}
.dealer_locator_content span.up{position:absolute;top:351px;left:415px;}
.dealer_locator_content span.gj{position:absolute;top:472px;left:143px;}
.dealer_locator_content span.mh{position:absolute;top:594px;left:216px;}
.dealer_locator_content span.ap{position:absolute;top:755px;left:335px;}

.dealer_locator_heading_content{width:100%;float:left;margin-bottom:30px;}

.dealer_locator_heading_content figure{width:100%;float:left;margin-bottom:50px;}

.dealer_locator_heading_content figure img{width:100%;}

.dealer_locator_heading_content h1{width:100%;float:left;margin-top:30px;margin-bottom:0px;font-size:35px;font-weight:bold;text-transform: uppercase;}

.dealer_locator_heading_content p{width: 100%;float: left;font-size: 16px;color: #000;margin-top: 10px;}

.dealer_state_content{width:100%;float:left;padding:40px 35px;-webkit-box-shadow: 2px 3px 5px 3px rgba(252,201,77,1);
-moz-box-shadow: 2px 3px 5px 3px rgba(252,201,77,1);
box-shadow: 2px 3px 5px 3px rgba(252,201,77,1);margin-bottom:40px;}

.dealer_state_content p{float:left;margin-bottom:0px !important;font-size:16px;color:#010101;width:auto !important;margin-right:12px;line-height:28px;margin-top:0px;}

.dealer_state_content h3{float:left;margin-bottom:0px !important;font-size:16px;color:#010101;width:108px;margin-right:12px;line-height:28px;font-weight:normal;}

.selling_products_content{width:100%;float:left;border:#ccc solid 1px;padding:15px;position:relative;margin-bottom:50px;}

.selling_products_content figure{width:100%;float:left;margin-bottom:0px;position:relative;text-align:center;height:200px;}

.selling_products_content h3{width:100%;float:left;margin-top:15px;margin-bottom:0px;font-size:19px;color:#000;text-align:center;text-transform: uppercase;border-top:#e4e4e4 solid 1px;padding-top:12px;font-weight:600;}

.selling_products_content span{position:absolute;top:10px;left:10px;text-transform: uppercase;font-weight:700;background:url(https://localhost/rohit-projects/rohit-projectsssssssssssssssssssss/swanagro/assets/upload/masters/bg.png) no-repeat 0px 0px;padding:0px 13px;}

.news_pic{width:100%;float:left;margin-top:30px;}

.news_pic figure{width:100%;float:left;margin-bottom:30px;}

.news_pic figure img{width:100%;}

.carousel-indicators {
    position: absolute;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: center;
    justify-content: center;
    padding-left: 0;
    margin-right: 15%;
    margin-left: 15%;
    list-style: none;
}




















