



/* Table of Content
==================================================
	#Homepage Styles
	#Page Styles
	#Media Queries
	#Font-Face */
html, body, #wrapper {
	 height: 100%;
	 font-family: 'Poppins', sans-serif;
	 } 

body > #wrapper {height: auto; min-height: 100%; background:#fff ;
	}
#main{
	  width:100%;
	  height: 100%;
	  padding:0;
	  margin:0 auto;
	  padding-top: 0px;
	}
*{
	padding:0;
	margin:0;
	}

table, th, td {
    border: 1px solid #60489c;
    border-collapse: collapse;
}
th, td {
    padding: 10px;
    font-size: 16px;
    font-family: 'Poppins', sans-serif;
}
th {
    text-align: left;
    background-color: #60489c;
    color: #fff;
}

a{
	cursor: pointer;
}

a, button, input{
	outline: none!important;
}
p{
	font-family: 'Poppins', sans-serif;
	font-size: 14px;
	line-height: 30px;
	color: #787676;
}

/* #Grid system
================================================== */
.container{
	width:1170px;
	margin:0 auto;
	}
.container:before, .container:after, .row:before, .row:after{
	content:"";
	display:table;
	}
.container:after, .row:after{clear:both;}
.row{
	margin-left:-10px;
	margin-right:-10px;
	}
.col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12{
	position:relative;
	min-height:1px;
	padding-left:10px;
	padding-right:10px;
	float:left;
	}

.col-sm-12{width:100%;}
.col-sm-11{width:91.66666667%;}
.col-sm-10{width:83.33333333%;}
.col-sm-9{width:75%;}
.col-sm-8{width:66.66666667%;}
.col-sm-7{width:58.33333333%;}
.col-sm-6{width:50%;}
.col-sm-5{width:41.66666667%;}
.col-sm-4{width:33.33333333%;}
.col-sm-3{width:25%;}
.col-sm-2{width:16.66666667%;}
.col-sm-1{width:8.33333333%;}
.flt-right { float: right; }
.flt-left { float: left; }
/* #Buttons Styles
================================================== */
.btn-style-one {
    background: #000;
    color: #fff !important;
    display: inline-block;
   	font-family: 'Poppins', sans-serif;
    font-size:12px;
	font-weight:400;
    padding:9.5px 12px;
    position: relative;
    text-transform: uppercase;
    transition: all 500ms ease 0s;
	cursor:pointer;
	text-align:center;
}
a .btn-style-one{
	color: #007cc2 !important;
	}
a .btn-style-one:hover {
    background: #007cc2 none repeat scroll 0 0;
    border-color: #fff	 !important;
    color: #fff !important;
}
.prd_btn{
	float:left;
	}
.prd_btn_full{
	float:left;
	margin:2% 0%;
	}
.btn_read_more{
	padding: 10px 35px;
	background-color: #491373;
	border-radius: 0px 30px;
	color: #fff;
	font-size: 16px;
}
.btn_get_a_quote{
	padding: 20.5px 60px;
	background-color: #ee9b02;
	border-radius: 0px 30px;
	color: #fff;
	font-size: 16px;
}

/* #Homepage Styles
================================================== */
.clr{
	clear:both;
	}
.center{
	text-align:center;
	}
/* =Header
-------------------------------------------------------------- */
header {
	width: 100%;
	position: fixed;
	top:10;
	left: 0;
	z-index: 999;
	background: none;
	-webkit-transition: height 0.3s;
	-moz-transition: height 0.3s;
	-ms-transition: height 0.3s;
	-o-transition: height 0.3s;
	transition: height 0.3s;
}
header .logo {
	width:30%;
	float: left;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	-ms-transition: all 0.3s;
	-o-transition: all 0.3s;
	transition: all 0.3s;
	padding: 10px 0 0;
}
header .logo .logo-dark{
	display: none;
}
header nav {
    display: inline-block;
    float: right;
    padding: 0% 0% 0% 0%;
    /* margin-top: 1.5%; */
}
header.smaller {
	top: 0px;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	-ms-transition: all 0.3s;
	-o-transition: all 0.3s;
	transition: all 0.3s;
	background: #f3cd44;
}
header.smaller .logo {
	width:25%;
}
header.smaller .logo .logo-light{
	display: none;
}
header.smaller .logo .logo-dark{
	display: block;
}
header nav {
    display: inline-block;
    float: right;
    padding: 20px 0px 0px 0px;
    /* margin-top: 1.5%; */
}


header .top_bar {
    width: 100%;
    float: right;
    padding: 5px 0px;
    background: none;
    border-bottom: 1px solid #999999;
}
header .top_bar .left_box{
	width: 50%;
	float: left;
	padding: 5px 0 0 0;
}
header .top_bar .left_box a{
	font-size: 14px;
	color: #ffffff;
	font-weight: 300;
}
header .top_bar .right_box{
	width: 50%;
	float: left;
}
header .top_bar .right_box .icons{	
	width: 247px;
	float: right;
}
header .top_bar .right_box .icons .icon_box{
	width: 30px;
	height: 30px;
	background: transparent;
	display: flex;
	justify-content: center;
    align-items: center;
    border-radius: 25px;
    margin: 0 0 0 5px;
    float: left;
}
header .top_bar .right_box .icons .icon_box i{
	padding: 0;
	color: #ffffff;
}
header.smaller .top_bar {
	display: none;
}

.button_box{
	display: flex;
    padding: 15px 0;
}
.button_1{
	background: #edcf63;
    padding: 6px 27px;
    font-size: 17px;
    text-transform: uppercase;
    color: #000000;
    border: 1px solid #d7ffc2;
    transition: all ease 0.5s;
    font-weight: 600;
    letter-spacing: 1px;
}
.button_1:hover{
background: #ffffff;
color: #000000;
border: 1px solid #000000;
}
.button_2{
	background: #f5fff4;
    padding: 10px 25px;
    font-size: 12px;
    text-transform: uppercase;
    color: #000000;
    border: 1px solid #d7ffc2;
    transition: all ease 0.5s;
    font-weight: 600;
    letter-spacing: 1px;
}
.button_2:hover{
	background: #ffffff;
	color: #000000;
	border: 1px solid #8aa0a2;
}
.phone_email_box{
	padding: 7px 0;
}
.phone_email_box p{
	color:#000;
    font-weight: 400;
	padding: 0 10px;
}
.captcha_numbers{font-size: 14px;}
.form_error{color: #fa0516;}
.page_inner{
	min-height: 700px;
}

.page_heading{
color: #60489c;
font-family: 'Poppins', sans-serif;
font-size: 28px;
font-weight: 700;
padding-bottom: 2%;
text-align: center;
text-transform: uppercase;
}
.banner{
	position: relative;
}
.banner img{
	width:100%;
	text-align:center;
}
.banner .item_box{
	position: relative;
	width: 100%;
}
.banner .item_box::before{
	content: "";
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background: #0000002b;
}
.banner .item_box .content_box{
	position: absolute;
	left: 0;
	top: 40%;
	width: 100%;
	height: 100%;
}
.banner .content_box .line1{
	text-align: center;
    font-size: 39px;
    line-height: 50px;
    color: #ffffff;
    text-transform: uppercase;
    letter-spacing: 5px;
    font-weight: 600;
}
.banner .content_box .line2{
	text-align: center;
    font-size: 16px;
    line-height: 20px;
    color: #ffffff;
    text-transform: uppercase;
    letter-spacing: 5px;
    font-weight: 400;
    margin: 10px 0 0 0;
}
.banner .owl-theme .owl-nav{
	position: absolute;
	left: 0;
	top: 51%;
	width: 100%;
	z-index: 1;
}
.banner .owl-theme .owl-nav button.owl-prev{
	float: left;
	font-size: 80px;
	color: #ffffff;
	margin: 0 0 0 20px;
	opacity: 0.5;
	outline: none;
}
.banner .owl-theme .owl-nav button.owl-next{
	float: right;
	font-size: 80px;
	color: #ffffff;
	margin: 0 20px 0 0;
	opacity: 0.5;
	outline: none;
}
.banner .owl-theme .owl-nav button.owl-prev:hover, .banner .owl-theme .owl-nav button.owl-next:hover{
	background: transparent;
	opacity: 1;
}

.banner .mobile_box .content_box .line1{
	text-align: center;
    font-size: 28px;
    line-height: 36px;
    color: #ffffff;
    text-transform: uppercase;
    letter-spacing: 5px;
    font-weight: 600;
}
.banner .mobile_box .content_box .line2{
	text-align: center;
    font-size: 28px;
    line-height: 36px;
    color: #ffffff;
    text-transform: uppercase;
    letter-spacing: 5px;
    font-weight: 400;
    margin: 10px 0 0 0;
}
.banner .mobile_banner.owl-theme .owl-nav{
	display: none;
}


.inner_banner .item_box::before{
	background: #c3956dd1;
}
.inner_banner .item_box .content_box{
	top: 50%;
}



.page_name_desc{
	position: absolute;
	left: 10%;
	bottom: 40%;
}
.page_name_desc .title{
	font-size: 24px;
	color: #fff;
	font-weight: 700;
}
.page_name_desc .description{
	font-size: 20px;
	color: #fff;
	font-weight: 500;
}
section{
	clear: both;
	width: 100%;
	/*padding: 2% 0;*/
	position: relative;
}




/**********************/
.welcome_section{
	padding: 5% 0;
}
.welcome_section .heading{
	position: relative;
	font-size: 30px;
    font-weight: 700;
    color: #167c65;
    padding-bottom: 25px;
    text-transform: uppercase;
    letter-spacing: 3px;
    line-height: 24px;
}
.welcome_section .heading:after {
    content: '';
    position: absolute;
    height: 3px;
    background: #167c65;
    width: 162px;
    bottom: 0;
    left: 0;
}

.welcome_section .welcome .text{
	padding: 30px 0 50px;
}
.welcome_section .welcome .text p{
	text-align: justify;
}

.achivment_section{
	padding: 100px 0;
	background: url('../images/bg-counter.jpg');
	background-attachment: fixed;
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
}
.achivment_section .title_box{
	width: 250px;
	height: 300px;
	margin: 0 auto;
	border-right: 10px solid #167c65;
	border-top: 10px solid #167c65;
	border-bottom: 10px solid #167c65;
	position: relative;
}
.achivment_section .title_box .title{
	font-size: 27px;
    font-weight: 700;
    color: #fff;
    position: absolute;
    left: -50px;
    top: 80px;
}
.achivment_section .title_box::before{
	content: "";
	width: 10px;
	height: 40px;
	background: #167c65;
	position: absolute;
	left: 0;
	top: 0;
}
.achivment_section .title_box::after{
	content: "";
	width: 10px;
	height: 40px;
	background: #167c65;
	position: absolute;
	left: 0;
	bottom: 0;
}
.achivment_section .icon_box{
	margin: 50px 0 0 0;
}
.achivment_section .icon_box .icon{
	text-align: center;
}
.achivment_section .icon_box .icon_name{
	position: relative;
	font-size: 16px;
	color: #fff;
	padding: 15px 0;
	text-align: center;
	
}
.achivment_section .icon_box .icon_name:after {
    content: '';
    position: absolute;
    height: 2px;
    width: 39px;
    background: #b7ffb0;
    left: 50%;
    bottom: 0;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
}
.achivment_section .icon_box .counter{
	font-size: 40px;
    font-weight: 600;
	color: #fff;
	padding: 15px 0;
	text-align: center;
	
}

.products_gallery_section{
	padding: 50px 0;
}
.products_gallery_section .heading{
	font-size: 48px;
    font-weight: 700;
    line-height: 34px;
    letter-spacing: 5px;
    color: #c8f2f3;
    text-transform: uppercase;
    text-align: center;
}

.experties_section{
	padding: 50px 0;
}

.experties_section .left{
	width: 50%;
	float: left;
}
.experties_section .right{
	width: 50%;
	float: left;
	padding: 15px 30px;
}
.experties_section .left{
	width: 50%;
	float: left;
}
.experties_section .right .experties .img_box{
	width: 25%;
}
.experties_section .right .product-name{
	font-size: 14px;
    font-weight: 700;
    color: #000;
    padding: 10px 0;
    height: 50px;
}
.experties_section .experties{
	width: 50%;
	float: left;
	padding: 15px;
}

.experties_section .right p{
	font-size: 14px;
    line-height: 22px;
}
/******************/
.form_error {
    color: #ff0000;
    font-size: 14px;
}
.form-group{
	margin: 25px 0 0 0;
}
.form-group .form-label{
	font-size: 16px;
	text-transform: uppercase;
	font-weight: 600;
	letter-spacing: 1px;
	color: #222222;
}

.form-control {
	display:block;
	width:100%;
	padding:10px 12px;
	color: #000;
	font-size:14px;
	line-height:1.42857143;
	background-color:#f0f6fb99;
	background-image:none;
	border: none;
	/*border:1px solid #ececec;
	border-radius:4px;*/
}
.form-control::placeholder{
	color: #ababab;
}

input, button, select, textarea {

    font-family: inherit;
    font-size: inherit;
    line-height: inherit;
    font-size: 14px;
    color: #999999;
    font-weight: normal;

}
input {
    line-height: normal;
}
.btn_2 {
    background: #002f52;
    padding: 15px 40px;
    text-transform: uppercase;
    color: #fff;
    border: none;
    float: right;
    line-height: 10px;
    font-size: 14px;
}
button, html input[type="button"], input[type="reset"], input[type="submit"] {
    -webkit-appearance: button;
    cursor: pointer;
}


.testimonials_section{
	padding: 70px 0;
	background: #1d7b8b;
}
.testimonials_section .heading{
	position: relative;
    font-size: 30px;
    font-weight: 700;
    color: #fff;
    padding-bottom: 25px;
    text-transform: uppercase;
    letter-spacing: 3px;
    line-height: 24px;
    text-align: center;
}
.testimonials_section .heading:after {
    content: '';
    position: absolute;
    height: 3px;
    background: #fdffff;
    width: 80px;
    bottom: 0;
    left: 46%;
}
.testimonials_section .testimonials_slider{	
	margin: 40px 0 0 0;
}
.testimonials_section .testimonials_slider .box{	
	background: #ffffff;
    padding: 40px;
    display: flex;
    margin: 0 30px 0 0;
    min-height: 275px;
}
.testimonials_section .testimonials_slider .box .image{	
	width: 90px;
	height: 90px;
	border-radius: 50px;
	overflow: hidden;
}
.testimonials_section .testimonials_slider .box .content{	
	width: calc(100% - 90px);	
	padding: 0 0 0 40px;
}
.testimonials_section .testimonials_slider .box .content .text p{	
	font-size: 14px;
}
.testimonials_section .testimonials_slider .box .content .name{	
	font-size: 18px;
	color: #000000;
	letter-spacing: 1px;
	margin: 15px 0 0 0px;
}
.testimonials_section .testimonials_slider .box .content .name span{	
	font-size: 14px;
	color: #6d6e70;
}
.testimonials_section .testimonials_slider .owl-dots{	
	padding: 40px 0 0 0;
}

.saveEarth_section{
	padding: 50px 0;
}
.saveEarth_section .heading{
	position: relative;
    font-size: 30px;
    font-weight: 700;
    color: #167c65;
    padding-bottom: 25px;
    text-transform: uppercase;
    letter-spacing: 3px;
    line-height: 24px;
    text-align: center;
}
.saveEarth_section .heading:after {
    content: '';
    position: absolute;
    height: 3px;
    background: #167c65;
    width: 80px;
    bottom: 0;
    left: 46%;
}

.saveEarth_section .saveEarth_slider{
	margin: 50px 0 0 0;
}

.latest_news_section{
	padding: 50px 0;
}
.latest_news_section .heading{
	position: relative;
    font-size: 30px;
    font-weight: 700;
    color: #000;
    padding-bottom: 25px;
    text-transform: uppercase;
    letter-spacing: 3px;
    line-height: 24px;
    text-align: center;
}
.latest_news_section .heading:after {
    content: '';
    position: absolute;
    height: 3px;
    background: #000000;
    width: 80px;
    bottom: 0;
    left: 46%;
}
.latest_news_section .news_boxes {
    padding: 50px 0 0 0;
}
.latest_news_section .news_boxes .box{
    border: 5px solid #efefef;
    margin: 0 50px;
}
.latest_news_section .news_boxes .box .title{
    font-size: 16px;
    font-weight: 600;
    color: #000000;
    padding: 20px 0;
}

.clients_section{
	padding: 50px 0;
	background: #ececec;
}
.clients_section .heading{
	position: relative;
    font-size: 30px;
    font-weight: 700;
    color: #000;
    padding-bottom: 25px;
    text-transform: uppercase;
    letter-spacing: 3px;
    line-height: 24px;
    text-align: center;
}
.clients_section .heading:after {
    content: '';
    position: absolute;
    height: 3px;
    background: #080808;
    width: 80px;
    bottom: 0;
    left: 46%;
}
.clients_section .clients_slider{	
	margin: 10px 0 0 0;
}
.clients_section .clients_slider .box{	
    padding: 40px 15px;
    display: flex;
    margin: 0 0 0 0;
}
.clients_section .clients_slider .box .image{	
	width: 100%;
}

.clients_section .clients_slider .owl-dots{	
	padding: 10px 0 0 0;
}



.about_section{
	padding: 50px 0;
	background: #ececec;
}
.about_section .content{
	padding: 0 25px;
}
.about_section .heading {
    position: relative;
    font-size: 25px;
    font-weight: 700;
    color: #a18934;
    padding-bottom: 25px;
    text-transform: uppercase;
    letter-spacing: 2px;
    line-height: 24px;
    margin: 0 0 8px 0;
}
.about_section .heading:after {
    content: '';
    position: absolute;
    height: 3px;
    background: #a18934;
    width: 145px;
    bottom: 13px;
    left: 0;
}


.products_section .product_info{
	padding: 50px 0;
}
.products_section .product_list .box{
	margin: 0 0 30px 0;
	border: 1px solid #ececec;
}

.media_section{
	padding: 50px 0;
}
.media_section .item_list .intro{
	margin: 0 0 30px 0;
}
.media_section .item_list .box{
	margin: 0 0 30px 0;
}

.valued_clients_section{
	padding: 50px 0;
	background: #ececec;
}
.valued_clients_section .item_list .box{
	width: 20%;
	float: left;
	padding: 15px;
	margin: 0 0 30px 0;
}
.valued_clients_section .item_list .box .image img{
	width: 100%;
}

.contact_section{
	padding: 50px 0;
}
.contact_section .contact_info{
	display: flex;
	width: 100%;
}
.contact_section .contact_info .box{
	width: 33.333%;
    text-align: center;
    border: 5px solid #f5fff4;
    margin: 0 15px 0 15px;
    padding: 15px;
    border-radius: 25px;
}
.contact_section .contact_info .box .icon{
	padding: 20px 0;
}
.contact_section .contact_info .box .icon i{
	font-size: 18px;
	color: #000000;
}
.contact_section .contact_info .box .title{
	font-size: 16px;
	color: #000000;
	font-weight: 600;
}
.contact_section .contact_info .box .content{
	margin: 20px 0 0 0;
}

.contact_section .contact_info .box .content a{
	color: #222222;
}
.contact_section .form_container{
	margin: 100px 0 0 0;
}
.contact_section .form_container  .title{
	font-size: 36px;
	font-weight: 600;
	color: #222;
	text-transform: uppercase;
	letter-spacing: 3px;
}
.contact_section .form_container  .subtitle p{
	color: #222;
	letter-spacing: 1px;
}
.contact_section .form_container img{
	width: 80%;
}

.contact_section .map_iframe{
	margin: 50px 0 0 0;
}


/***************Footer*******************/
.footer{
	background: #a18934;
	padding: 50px 0;
}
.footer .footer_box .heading{
	color: #fff;
    font-size: 16px;
    border-bottom: 1px solid #24311a;
    padding: 10px 0;
    margin: 0 0 15px 0;
}
.footer .footer_box  .menu_list li{	
	padding: 0 0 10px 0
}
.footer .footer_box  .menu_list a{
	color: #fff;
	font-size: 14px;
}
.footer .footer_box  p{
	color: #fff;
	font-size: 14px;
}
.footer .footer_box .contact .footer_icons{
	color: #ffffff;
}
.footer .footer_box .contact a{
	color: #ffffff;
	font-size: 14px;
}
.footer .footer_box .contact .social_links{
	margin: 15px 0;
}
.footer .footer_box .contact .social_links .title{
	font-size: 14px;
	color: #ffffff;
	padding: 0 10px 0 0px;
	width: 100%;
}
.footer .footer_box .contact .social_links .icons{
	display: flex;
	width: 100%;
	padding: 5px 0 0 0;
}
.footer .footer_box .contact .social_links .icon_box{
	width: 30px;
	height: 30px;
	background: #d7ffc2;
	display: flex;
	justify-content: center;
    align-items: center;
    border-radius: 25px;
    margin: 0 0 0 5px;
}
.footer .footer_box .contact .social_links .icon_box i{
	padding: 0;
	color: #1c2d13;
}
.footer .footer_box .contact .copyright{
	font-size: 14px;
	color: #ffffff;
}

body1 {
    
    

}
.text-box {
    margin-left: 44vw;
   margin-top: 42vh;
}

.btn:link,
.btn:visited {
    text-transform: uppercase;
    text-decoration: none;
    padding: 12px 14px;
    display: inline-block;
    border-radius: 100px;
    background-color:#a18934;
    transition: all .2s;
    position: absolute;
}

.btn:hover {
    transform: translateY(-3px);
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.2);
}

.btn:active {
    transform: translateY(-1px);
    box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
}

.btn-white {
    background-color: #fff;
    color: #777;
}

.btn::after {
    content: "";
    display: inline-block;
    height: 100%;
    width: 100%;
    border-radius: 100px;
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
    transition: all .4s;
}

.btn-white::after {
    background-color: #fff;
}

.btn:hover::after {
    transform: scaleX(1.4) scaleY(1.6);
    opacity: 0;
}

.btn-animated {
    animation: moveInBottom 5s ease-out;
    animation-fill-mode: backwards;
}

@keyframes moveInBottom {
    0% {
        opacity: 0;
        transform: translateY(30px);
    }

    100% {
        opacity: 1;
        transform: translateY(0px);
    }
}












* {
    margin: 0;
    padding: 0;
    box-sizing: border-box
}

.mt-20 {
    margin-top: 20px;
}

.mt-30 {
    margin-top: 30px;
}

.mb-20 {
    margin-bottom: 20px;
}

.mb-30 {
    margin-bottom: 30px;
}

ul li ul {
    margin-left: 20px;
}

.double-list {
    display: flex;
    flex-wrap: wrap;
}

.double-list li {
    width: 50%
}

.double-list li a {
    font-size: 15px;
    line-height: 18px;
    display: block;
    margin-bottom: 15px;
    color: #333
}

.middle-format-table {
    font-size: 15px
}

.middle-format-table tr th:nth-child(2),
.middle-format-table tr th:nth-child(3),
.middle-format-table tr th:nth-child(4),
.middle-format-table tr th:nth-child(5),
.middle-format-table tr th:nth-child(6) {
    text-align: center;
}

.middle-format-table tr td:nth-child(2),
.middle-format-table tr td:nth-child(3),
.middle-format-table tr td:nth-child(4),
.middle-format-table tr td:nth-child(5),
.middle-format-table tr td:nth-child(6) {
    text-align: center;
}

.pre-header {
    width: 100%;
    height: auto;
    max-width: 100%;
    margin: 0;
    padding: 3px;
    background: #ffcc03;
    font-family: Muli, sans-serif
}

.pre-header p {
    color: #333;
    font-family: Muli, sans-serif;
    font-size: 13px;
    margin: 0;
    padding: 0;
    text-align: center;
    line-height: 22px
}

.pre-header p a {
    color: #333;
    margin: 0
}

.pre-header p a i {
    color: #ed3237
}

.pre-header p a:last-child {
    border-right: none
}

.header {
    width: 100%;
    height: auto;
    max-width: 100%;
    margin: 0;
    padding: 10px;
    background: #fff;
    font-family: Muli, sans-serif;
    box-shadow: 1px 1px 1px #ed3237
}

.header-right p {
    margin: 36px 0 16px 0;
    text-align: center
}

.header-right p a {
    background: #ed3237;
    color: #fff;
    padding: 6px;
    font-size: 18px;
    font-weight: 700;
    border-radius: 5px;
    margin: 5px 0 5px 0
}

.header-right p a i {
    background: #ffcc03;
    padding: 5px;
    color: #675d5d;
    border-radius: 5px
}

.header-right-first img {
    margin: 10px auto
}

.header-left img {
    margin: 0 auto
}

.topnav {
    overflow: hidden;
    background-color: #ed3237
}

.topnav a {
    float: left;
    display: block;
    color: #fff;
    text-align: center;
    padding: 9px 16px;
    text-decoration: none;
    font-size: 14px;
    font-family: Muli, sans-serif
}

.apm-nav {
    width: 100%;
    height: auto;
    max-width: 100%;
    margin: 0;
    padding: 0;
    background: #ed2b30;
    border: 1px solid #ed2b30
}

.how-section {
    width: 100%;
    height: auto;
    max-width: 100%;
    margin: 0;
    background: #f4f8fb;
    padding: 15px 0 15px 0
}

.how-section h2 {
    font-size: 30px;
    color: #d53425;
    line-height: 33px;
    margin: 10px 0 10px 0;
    font-family: Muli, sans-serif;
    font-weight: 700
}

.how-section h2 span {
    font-family: Handlee, cursive
}

.how-section p {
    margin: 2px 0 5px 0;
    color: #696363;
    font-family: Muli, sans-serif
}

.topnav .icon {
    display: none
}

.dropdown {
    float: left;
    overflow: hidden
}

.dropdown .dropbtn {
    font-size: 17px;
    border: none;
    outline: 0;
    color: #fff;
    padding: 14px 16px;
    background-color: inherit;
    font-family: inherit;
    margin: 0
}

.dropdown-content {
    display: none;
    position: absolute;
    background-color: #f9f9f9;
    min-width: 160px;
    box-shadow: 0 8px 16px 0 rgba(0, 0, 0, .2);
    z-index: 1
}

.dropdown-content a {
    float: none;
    color: #000;
    padding: 12px 16px;
    text-decoration: none;
    display: block;
    text-align: left
}

.dropdown:hover .dropbtn,
.topnav a:hover {
    background-color: #555;
    color: #fff
}

.dropdown-content a:hover {
    background-color: #ddd;
    color: #000
}

.dropdown:hover .dropdown-content {
    display: block
}

.form-section {
    width: 27%;
    float: left;
    margin: 0;
    padding: 19px 16px;
    max-width: 100%;
    height: auto;
    text-align: center;
    font-family: Muli, sans-serif
}

.form-section::placeholder {
    color: #b6a7a7
}

.form-section h4 {
    color: #333;
    font-weight: 700;
    font-size: 19px;
    text-decoration: none
}

.form-section h3 {
    font-size: 18px;
    line-height: 18px;
    font-weight: 700
}

.form-section h4 span {
    color: #ed3237;
    line-height: 27px;
    font-size: 20px
}

.form-section p {
    margin: 0;
    padding: 11px 0 2px 0
}

.form-section p a {
    color: #ed3237;
    font-size: 20px
}

.form-section p a:hover {
    color: #ed3237;
    font-size: 17px
}

.input-field {
    width: 49%;
    height: auto;
    padding: 5px;
    border-radius: 4px;
    margin: 2px 0 2px 0
}

.input-field2 {
    width: 98%;
    height: auto;
    padding: 5px 5px 5px 15px;
    border-radius: 4px;
    margin: 2px 0 2px 0
}

.input-field3 {
    width: 98%;
    height: auto;
    padding: 5px;
    border-radius: 4px;
    margin: 2px 0 2px 0
}

.input-field4 {
    color: #f9f9f9;
    background: #ed3237;
    border: 1px solid #ed3237;
    padding: 10px
}

.shiprite-packers-form2 {
    margin: 0;
    padding: 10px;
    max-width: 100%;
    height: auto;
    text-align: center;
    font-family: Muli, sans-serif;
    background: #ffd310
}

.form-section2 h4 {
    color: #333;
    font-weight: 700;
    font-size: 19px;
    text-decoration: none
}

.form-section2 h4 span {
    color: #ed3237;
    line-height: 27px;
    font-size: 20px
}

.form-section2 p {
    margin: 0;
    padding: 11px 0 2px 0
}

.form-section p2 a {
    color: #015294;
    font-size: 17px
}

.form-section p2 a:hover {
    color: #ed3237;
    font-size: 17px
}

.input-field {
    width: 49%;
    height: auto;
    padding: 5px 5px 5px 10px;
    border-radius: 4px;
    color: #000;
    margin: 2px 0 2px 0;
    border: 1px solid #fff
}

.input-field2 {
    width: 98%;
    height: auto;
    padding: 5px 5px 5px 10px;
    border-radius: 4px;
    margin: 2px 0 2px 0;
    border: 1px solid #fff
}

.input-field3 {
    width: 98%;
    height: auto;
    padding: 5px 5px 5px 10px;
    border-radius: 4px;
    margin: 2px 0 2px 0;
    border: 1px solid #fff
}

.input-field4 {
    color: #f9f9f9;
    background: #ed3237;
    border: 1px solid #ed3237;
    padding: 8px;
    font-size: 14px;
    font-weight: 700;
    transition: all .2s linear
}

.input-field4:hover {
    color: #f9f9f9;
    background: #ae1d16;
    font-size: 14px;
    padding: 8px 16px;
    border: 1px solid #ae1d16
}

.shiprite-packers-main {
    background: #f4f8fb
}

.shiprite-packers-form3 {
    width: 27%;
    margin: 0 auto;
    padding: 19px 16px;
    max-width: 100%;
    height: auto;
    text-align: center;
    background: #ed3237;
    font-family: Muli, sans-serif
}

.shiprite-packers-form3::placeholder {
    color: #b6a7a7
}

.shiprite-packers-form3 h4 {
    color: #333;
    font-weight: 700;
    font-size: 19px;
    text-decoration: none
}

.shiprite-packers-form3 h3 {
    font-size: 18px;
    line-height: 18px;
    font-weight: 700
}

.shiprite-packers-form3 h4 span {
    color: #fbcd20;
    line-height: 27px;
    font-size: 20px
}

.shiprite-packers-form3 p {
    margin: 0;
    padding: 11px 0 2px 0
}

.shiprite-packers-form3 p a {
    color: #fbcd20;
    font-size: 20px
}

.shiprite-packers-form3 p a:hover {
    color: #fbcd20;
    font-size: 21px
}

.shiprite-packers-form3 .input-field4 {
    color: #f9f9f9;
    background: #fbcd20;
    border: 1px solid #fbcd20
}

.banner-section {
    width: 73%;
    float: left
}

.banner-section img {
    width: 100%
}

.full-banner-section {
    display: table-row
}

.banner-form-section {
    background-image: url(https://shipriteindia.in/images/services/bg3.jpg);
    overflow: hidden
}

.banner-section {
    display: table-cell
}

.form-section {
    display: table-cell
}

.service-section {
    background-image: url(https://shipriteindia.in/images/services/bg3.jpg);
    padding: 0px 0;
    overflow: hidden
}

.service-section h3 {
    font-size: 20px;
    text-align: center;
    margin: 50px 0 10px 0;
    font-family: Muli, sans-serif
}

.service-section h3 span {
    font-weight: 700;
    font-size: 24px;
    color: #ed3237
}

.service-section img {
    margin: 0 auto;
    transition: all .2s linear
}

.service-section img:hover {
    transform: scale(1.2)
}

.service-section h4 {
    font-size: 22px;
    font-weight: 700;
    text-align: center;
    color: #5a4f4f;
    transition: all .2s linear;
    font-family: Muli, sans-serif
}

.service-section h4:hover {
    transform: scale(1.1)
}

.service-section h4 a {
    color: #333;
    font-size: 17px;
    line-height: 21px;
    text-decoration: underline
}

.service-inner {
    border-radius: 3px;
    padding: 0 2px 2px 2px;
    margin: 2px 0 8px 0
}

.service-inner-section {
    width: 100%;
    height: auto;
    max-width: 100%;
    margin: 30px 0 10px 0;
    padding: 0
}

.service-inner-section p {
    text-align: center;
    color: #4b4444;
    font-family: Muli, sans-serif
}

.service-inner-section-right {
    width: 100%;
    height: auto;
    max-width: 100%;
    margin: 30px 0 10px 0;
    padding: 0
}

.our-clients {
    width: 100%;
    height: auto;
    max-width: 100%;
    margin: 0;
    padding: 0;
    overflow: hidden
}

.our-clients-left {
    width: 40%;
    height: auto;
    max-width: 100%;
    margin: 0;
    padding: 40px 0 40px 0;
    float: left;
    background-image: url(https://www.shipriteindia.in/images/services/our-clients-left.png);
    font-family: Muli, sans-serif
}

.our-clients-left h3 {
    font-size: 24px;
    text-align: center;
    font-weight: 700;
    color: #3a3636;
    line-height: 35px;
    margin: 5px 0 5px 0
}

.our-clients-left h3 span {
    font-family: Handlee, cursive;
    font-size: 30px
}

.our-clients-left p {
    margin: 0 0 10px 0;
    padding: 0 20px 5px 20px;
    text-align: center;
    color: #635a5a
}

.our-clients-left button {
    margin: 0 auto !important;
    text-align: center;
    color: #fff;
    padding: 5px 10px;
    font-size: 14px;
    background: #ed3237;
    border: 1px solid #ed3237;
    transition: all .2s linear
}

.our-clients-left button:hover {
    background: #c62327;
    color: #f4f8fb;
    border: 1px solid #c62327;
    padding: 5px 18px
}

.our-clients-right {
    width: 60%;
    height: auto;
    max-width: 100%;
    margin: 0;
    float: left;
    padding: 30px 0 33px 0;
    background: #f1eded
}

.about-section {
    width: 100%;
    height: auto;
    max-width: 100%;
    margin: 0;
    padding: 30px 0 10px 0;
    overflow: hidden;
    background: #f4f8fb
}

.about-section h4 {
    font-size: 15px;
    line-height: 23px;
    text-align: center;
    color: #686868;
    font-family: Muli, sans-serif
}

.about-section h4 span {
    font-size: 18px;
    text-align: center;
    font-weight: 700;
    color: #333;
    font-family: Muli, sans-serif
}

.about-section h1 {
    font-size: 20px;
    color: #ed3237;
    margin: 0;
    text-align: center;
    font-family: Handlee, cursive
}

.about-section h2 {
    font-size: 19px;
    margin: 10px 0;
    text-align: center;
    font-weight: 700;
    font-family: Muli, sans-serif
}

.about-section h1 span {
    color: #cb3d30;
    font-weight: 700;
    font-size: 24px;
    font-family: Muli, sans-serif
}

.about-section p {
    margin: 0;
    padding: 0;
    text-align: justify;
    color: #3e3a3a;
    line-height: 23px;
    font-family: Muli, sans-serif
}

.about-section img {
    margin: 0 auto
}

.about-section h3 {
    font-size: 21px;
    text-align: center;
    color: #565553;
    font-family: Handlee, cursive
}

.about-section h5 {
    font-size: 23px;
    text-align: center;
    color: #4e4242;
    font-family: Handlee, cursive;
    font-weight: 700
}

.about-section h3 span {
    font-size: 24px;
    font-weight: 700;
    color: #ed3237;
    font-family: Muli, sans-serif
}

.about-section .para-left {
    width: 4%;
    float: left
}

.about-section .para-left i {
    font-size: 16px;
    text-align: center
}

.about-section .para-right {
    width: 96%;
    float: left
}

.about-section button {
    background: #ed3237;
    color: #f4f8fb;
    border: 1px solid #ed3237;
    padding: 5px 10px;
    font-family: Muli, sans-serif;
    transition: all .2s linear
}

.about-section button:hover {
    background: #c62327;
    color: #f4f8fb;
    border: 1px solid #c62327;
    padding: 5px 18px
}

.about-section-right {
    background: #f9ce20;
    padding: 8px 5px 8px 10px;
    margin: 3px;
    border-radius: 2px;
    box-shadow: 1px 1px 1px 1px #e0dada
}

.about-section-right p {
    font-size: 15px
}

.about-section-right p i {
    color: #ed3237
}

.awards {
    width: 100%;
    height: auto;
    max-width: 100%;
    margin: 0;
    padding: 20px 0 20px 0;
    background: #f4f8fb;
    overflow: hidden
}

.awards h4 {
    font-size: 18px;
    color: #4b4141;
    margin: 10px 0 10px 0;
    line-height: 27px;
    text-align: center;
    font-family: Muli, sans-serif
}

.awards h4 a {
    color: #c61122;
    font-weight: 700;
    text-decoration: none
}

.awards h3 {
    font-size: 24px;
    text-align: center;
    font-weight: 600;
    color: #ed3237;
    text-align: center;
    font-family: Muli, sans-serif
}

.awards p {
    text-align: center;
    font-size: 15px;
    color: #5a5555;
    font-family: Muli, sans-serif
}

.awards img {
    margin: 0 auto;
    border-radius: 5px;
    box-shadow: 1px 1px 1px #e0d3d3
}

.awards-inner {
    width: 14.28%;
    float: left;
    padding: 15px
}

.our-innovations {
    width: 100%;
    height: auto;
    max-width: 100%;
    margin: 0;
    padding: 90px 0 40px 0;
    background-image: url('./images/services/service-background.png');
}

.our-innovations h3 {
    font-size: 24px;
    text-align: center;
    margin: 0 0 25px 0;
    font-family: Handlee, cursive;
    font-weight: 700
}

.our-innovations h3 span {
    font-family: Muli, sans-serif
}

.our-innovations h4 {
    font-size: 18px;
    text-align: center;
    font-weight: 700;
    color: #ed3237;
    font-family: Muli, sans-serif
}

.our-innovations h4 a {
    color: #ed3237
}

.our-innovations h4 a:hover {
    text-decoration: none
}

.our-innovations p {
    text-align: center;
    color: #403a3a;
    font-family: Muli, sans-serif
}

.our-innovations button {
    background: #ed3237;
    color: #f4f8fb;
    border: 1px solid #ed3237;
    padding: 5px 10px;
    text-align: center;
    margin: 25px 0 0 0;
    font-family: Muli, sans-serif;
    transition: all .2s linear
}

.our-innovations button:hover {
    background: #c62327;
    color: #f4f8fb;
    border: 1px solid #c62327;
    padding: 7px 18px
}

.call-to-action {
    width: 100%;
    height: auto;
    max-width: 100%;
    margin: 0;
    padding: 30px 0 15px 0;
    background: #fff;
    border-top: 5px solid #ee3e43
}

.call-inner {
    width: 33.3%;
    float: left
}

.call-inner-inside {
    margin: 0 auto
}

.call-to-action .ring {
    margin: 0 auto
}

.call-to-action .p-left {
    width: 11%;
    float: left
}

.call-to-action .p-left i {
    font-size: 50px;
    color: #333
}

.call-to-action .p-left .w {
    font-size: 43px
}

.call-to-action .p-left .e {
    font-size: 37px
}

.call-to-action .p-left img {
    padding: 6px 0 6px 0
}

.call-to-action .p-right {
    width: 89%;
    float: left
}

.call-to-action .p-right p {
    margin: 0;
    padding: 0 0 0 5px;
    font-weight: 700;
    font-size: 17px;
    font-family: Handlee, cursive
}

.call-to-action .p-right h5 {
    font-size: 17px;
    font-weight: 700;
    margin: 0;
    color: #ed3237;
    padding: 5px 0 5px 5px;
    font-family: Muli, sans-serif
}

.call-to-action .p-right h5 a {
    color: #ed3237
}

.testimonials-awards {
    width: 100%;
    height: auto;
    max-width: 100%;
    margin: 0;
    padding: 0
}

.testimonials-awards button {
    background: #ed3237;
    color: #f4f8fb;
    border: 1px solid #ed3237;
    padding: 5px 10px;
    text-align: center;
    margin: 15px 0 5px 0;
    font-family: Muli, sans-serif;
    transition: all .2s linear
}

.testimonials-awards button:hover {
    background: #c62327;
    color: #f4f8fb;
    border: 1px solid #c62327;
    padding: 7px 18px
}

.testimonials-awards-left {
    width: 55%;
    float: left;
    height: auto;
    max-width: 100%;
    margin: 0;
    padding: 30px 30px 35px 0;
    background-image: url(https://www.shipriteindia.in/images/services//box.png)
}

.testimonials-awards-left h4 {
    font-size: 16px;
    text-align: center;
    color: #514851;
    font-family: Handlee, cursive
}

.testimonials-awards-left h3 {
    font-size: 20px;
    text-align: center;
    font-weight: 700;
    margin: 12px;
    padding: 0;
    font-family: Handlee, cursive
}

.testimonials-awards-left p {
    text-align: center;
    font-family: Muli, sans-serif
}

.testimonials-awards-left h5 {
    text-align: center;
    font-family: Muli, sans-serif;
    color: #ed3237;
    font-weight: 700
}

.testimonials-awards-left h6 {
    font-size: 14px;
    font-weight: 700;
    text-align: center;
    font-family: Muli, sans-serif
}

.testimonials-awards-left h3 span {
    font-weight: 700;
    font-family: Muli, sans-serif
}

.testimonials-awards-right {
    width: 40%;
    float: left;
    height: auto;
    max-width: 100%;
    margin: 0;
    padding: 30px 0 30px 0
}

.testimonials-awards-right .testimonials-awards-right-inner img {
    padding: 3px;
    border: 2px solid #c0a6a4;
    border-radius: 4px
}

.testimonials-awards-right h4 {
    font-size: 22px;
    font-weight: 700;
    color: #ed3237;
    text-align: center;
    margin: 5px 0 10px 0;
    font-family: Handlee, cursive
}

.inner-achievements img {
    margin: 5px 0 5px 0
}

.content-class2 {
    width: 100%;
    height: auto;
    max-width: 100%;
    margin: 0;
    padding: 20px 0;
    background: #f4f8fb
}

.content-class2 p {
    font-family: Muli, sans-serif;
    text-align: center;
    margin: 0;
    padding: 10px 0 0 0
}

.content-class2 h1 {
    font-size: 20px;
    color: #ed3237;
    margin: 0;
    padding: 0 0 5px 0;
    text-align: center;
    font-family: Handlee, cursive
}

.content-class2 h1 span {
    color: #cb3d30;
    font-weight: 700;
    font-size: 24px;
    text-decoration: underline;
    font-family: Muli, sans-serif
}

.footer {
    width: 100%;
    height: auto;
    max-width: 100%;
    margin: 0;
    padding: 20px 0 20px 0;
    background-image: url(https://www.shipriteindia.in/images/services/footer-bg.png)
}

.footer p {
    color: #fff;
    text-align: left;
    font-family: Muli, sans-serif
}

.footer h4 {
    font-size: 18px;
    font-weight: 700;
    color: #fbcd20;
    font-family: Muli, sans-serif
}

.footer .quick-links ul li {
    content: "\2022";
    color: #fbcd20;
    list-style-type: square;
    padding: 3px;
    font-family: Muli, sans-serif;
    display: inline-block
}

.footer .quick-links ul li a {
    color: #fff;
    font-size: 12px;
    font-family: Muli, sans-serif
}

.footer .quick-links h4 {
    text-align: center;
    font-size: 18px;
    font-weight: 700;
    color: #fbcd20;
    font-family: Muli, sans-serif
}

.footer ul li a {
    color: #fff;
    font-size: 11px;
    font-family: Muli, sans-serif
}

.footer ul li {
    content: "\2022";
    color: #fbcd20;
    list-style-type: square;
    font-family: Muli, sans-serif
}

.contact-inners {
    margin: 10px 0;
    overflow: hidden
}

.contact-inners h5 {
    font-size: 16px !important
}

.sub {
    border: 2px dotted #ee3e43;
    border-right: 2px solid #ee3e43;
    margin: 2px 0
}

.sub1 {
    border: 2px dotted #ee3e43;
    border-left: 2px solid #ee3e43;
    margin: 2px 0
}

.contact-inners h4 {
    text-decoration: none;
    font-weight: 700 !important;
    font-size: 16px !important;
    color: #df2e33 !important
}

.contact-inners .pa-left {
    width: 15%;
    float: left
}

.contact-inners .pa-right {
    width: 85%;
    float: left;
    text-align: left !important;
    font-size: 14px;
    font-weight: 700
}

.inner-banner {
    position: relative;
}

.inner-banner .inner-banner-heading {
    position: absolute;
    top: 12%;
    left: 20%;
    display: none;
}

.banner-top-heading {
    background: #ed3237;
    color: #fff;
    font-size: 18px;
    font-weight: bold;
    padding: 12px 20px 12px 30px;
    text-shadow: 5px 5px 15px #000;
    border-right: 5px solid #000;
    text-transform: uppercase;
}

.orignial {
    font-size: 3rem;
    font-weight: bold;
    padding-left: 31%;
}

.inner-banner-heading:before {
    content: '';
    position: absolute;
    background: #fbd10d;
    right: -48%;
    height: 50px;
    width: 159px;
    z-index: 7;
    bottom: -1px;
}

#myModal {
    z-index: 999999;
}

#myModal .modal-dialog .modal-content {
    background: url(../images/modal-bg.jpg);
    border: 5px solid #fed20f;
    position: relative;
    padding: 20px
}

#myModal .modal-dialog .modal-content h2 {
    text-align: center;
    color: #fff !important;
    font-weight: 700;
    margin-bottom: 30px;
}

#myModal .modal-dialog .modal-content h4 {
    color: #fff;
    text-align: center;
    line-height: 24px;
}

#myModal .modal-dialog .modal-content p {
    text-align: center;
    font-size: 28px;
    color: #fff;
    font-family: cursive;
}

#myModal .modal-dialog .modal-content label {
    color: #fff
}

.btn-warning {
    background: #fed20f;
    color: #514b2f;
    font-weight: 600;
}

#myModal .modal-dialog .modal-content .close {
    position: absolute;
    right: 0;
    background: #fed20f;
    top: 0px;
    opacity: 1;
    width: 30px;
    height: 30px;
    border-radius: 0px 0px 0px 5px;
    z-index: 9999;
}

.get-lucky-btn {
    background: #fed20f !important;
    color: #514b2f !important
}

.get-lucky-btn:hover {
    background: #ed3237 !important;
    color: #fff !important
}

.calculator {
    background: #ed3237;
    padding: 30px;
    color: #fff;
    margin-top: 40px;
    margin-bottom: 20px
}

.calculator h2 {
    color: #fff !important;
    margin-top: 0px;
}

.internal-page-left-side h3 {
    text-align: left !important
}

.testimonials-blk {
    margin-top: 30px;
}

.testimonials-blk .owl-nav {
    text-align: center;
}

.testimonials-blk .owl-nav .owl-prev,
.testimonials-blk .owl-nav .owl-next {
    color: #ed3237 !important;
    font-size: 40px !important;
    margin: 0px 10px;
}

.testimonial-inner {
    padding: 35px 25px 35px 50px;
    margin-bottom: 15px;
    background: #f7f7f7;
    border: 1px solid #dfdfdf;
    position: relative;
    margin-left: 20px;
    height: 240px;
}

.testimonial-icon {
    width: 50px;
    height: 45px;
    background: #ed3237;
    text-align: center;
    font-size: 22px;
    color: #fff;
    line-height: 42px;
    position: absolute;
    top: 37px;
    left: -19px;
}

.testimonial-icon:before {
    content: "";
    border-bottom: 16px solid #ad0000;
    border-left: 18px solid transparent;
    position: absolute;
    top: -16px;
    left: 1px;
}

.testimonial-inner p {
    line-height: 24px;
    font-size: 16px;
}

.testimonial-inner h4 {
    color: #ed3237;
    font-weight: bold;
}

.so-heading {
    font-size: 18px !important;
    font-weight: bold !important;
    color: #ed3237 !important;
    margin-top: 20px;
}

.double-list {
    display: flex;
    flex-wrap: wrap;
    line-height: 24px
}

.double-list li {
    width: 50%;
}

.double-list li a {
    color: #333
}

.get-lucky-btn {
    padding: 7px 40px;
    font-size: 18px;
    font-weight: bold;
}

.tabular-list {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
}

.tabular-list li {
    width: 14%;
    line-height: 15px;
    margin: 5px 15px 0px;
}

.tabular-list li a {
    font-size: 11px;
}

.tabular-list li a:hover {
    text-decoration: none;
    color: #ed3237;
}

.tabular {
    padding: 0px 20px 50px;
}

@media(max-width: 1024px) {
    .testimonial-inner {
        height: 270px;
    }
}

@media(max-width: 992px) {
    .testimonial-inner {
        height: 250px;
    }
}

@media(max-width: 576px) {
    .testimonial-inner {
        height: 480px;
    }
}

@media only screen and (max-width:600px) {
    .contact-inners .pa-left {
        width: 100%
    }
    .contact-inners .pa-right {
        width: 100%;
        text-align: left !important;
        font-size: 14px
    }
    .banner-top-heading {
        background: #ed3237;
        color: #fff;
        font-size: 10px !important;
        font-weight: bold;
        padding: 3px 5px 3px 7px !important;
        text-shadow: 5px 5px 15px #000;
        border-right: 5px solid #000;
    }
    .orignial {
        font-size: 1rem !important;
        position: relative;
        top: 1px;
    }
    .inner-banner .inner-banner-heading {
        position: absolute;
        top: 3%;
        left: 20%;
    }
    .inner-banner-heading:before {
        display: none;
    }
    .double-list {
        margin-left: 5px;
        justify-content: space-between;
    }
    .double-list li {
        width: 45%;
    }
}

.shiprite-counter {
    width: 100%;
    height: auto;
    max-width: 100%;
    margin: 0;
    padding: 45px 0 45px 0;
    background-image: url(https://www.shipriteindia.in/images/services/counter-background.png)
}

.shiprite-counter h3 {
    font-size: 28px;
    text-align: center;
    font-stretch: ultra-expanded;
    font-stretch: ultra-condensed;
    font-weight: 700;
    margin: 0 0 15px 0;
    font-family: Muli, sans-serif;
    color: #fed023
}

.shiprite-counter h3 span {
    font-weight: 400;
    color: #fff;
    font-size: 20px;
    font-family: Handlee, cursive
}

.shiprite-counter p {
    text-align: center;
    font-size: 15px;
    margin: 0;
    color: #f1eded;
    padding: 0 0 15px 0;
    font-family: Muli, sans-serif
}

.shiprite-counter p .span {
    color: #ffcc03;
    font-size: 17px
}

.bold {
    color: #ed3237
}

.thank-you-content {
    width: 100%;
    height: auto;
    max-width: 100%;
    margin: 0;
    padding: 10px 0;
    background-image: url(https://www.shipriteindia.in/images/services/thankyouapm.png)
}

.thank-you-content img {
    margin: 5px 0
}

.thank-you-content h3 {
    font-size: 27px;
    font-weight: 700;
    text-align: center
}

.thank-you-content p {
    margin: 0 0 0;
    text-align: center;
    font-size: 16px
}

.thank-you-content h4 {
    font-size: 20px;
    font-weight: 700;
    text-align: center
}

.thank-you-content h4 a {
    color: #fff;
    background: #ed3237;
    padding: 5px;
    border-radius: 10px
}

.thank-you-content h4 a:hover {
    color: #fff;
    background: #494242;
    padding: 5px;
    border-radius: 10px;
    text-decoration: none
}

.thank-you-content h2 {
    font-size: 23px;
    font-weight: 700;
    text-align: center
}

.thankyou-inner {
    background: #fff;
    padding: 5px;
    margin: 10px 0;
    border-radius: 10px
}

.thankyou-inner h5 {
    font-size: 15px;
    text-align: center;
    font-weight: 700
}

.shiprite-counter-inner {
    width: 100%;
    height: auto;
    max-width: 100%;
    margin: 2px;
    padding: 12px;
    background: #fff;
    border-radius: 5px;
    box-shadow: 1px 1px 1px #f3f3f3
}

.shiprite-counter-inner img {
    margin: 0 auto
}

.shiprite-counter-inner h4 {
    font-size: 18px;
    text-align: center;
    font-family: Muli, sans-serif
}

.gaya {
    display: none
}

.post-footer {
    width: 100%;
    height: auto;
    max-width: 100%;
    margin: 0;
    padding: 5px;
    background: #fbcd20;
    overflow: hidden;
}

.post-footer p {
    margin: 0;
    color: #333;
    font-family: Muli, sans-serif;
    font-size: 13px;
    text-align: center
}

.post-footer-middle {
    width: 100%;
    height: auto;
    max-width: 100%;
    margin: 0;
    padding: 15px 5px;
    background: #fff;
    overflow: hidden;
}

.post-footer-middle h4 {
    font-size: 18px;
    font-weight: 700;
    color: #000;
    font-family: Muli, sans-serif;
}

.post-footer-middle p {
    margin: 0;
    color: #333;
    font-family: Muli, sans-serif;
    font-size: 13px;
    text-align: center
}

.post-footer-middle a {
    margin: 0;
    color: #000;
    font-family: Muli, sans-serif;
    font-size: 11px;
    text-align: center;
    text-decoration: none;
}

.post-footer-middle ul li {
    content: "\2022";
    color: #000;
    list-style-type: square;
    font-family: Muli, sans-serif;
}

.post-footer p a {
    color: #000;
    font-weight: 400;
    text-decoration: underline
}

.pass1 {
    color: #f4f8fb;
    font-size: 19px;
    font-weight: 700;
    text-align: center;
    margin: 13px 0;
    font-family: Muli, sans-serif
}

.pass1 a {
    color: #f9c82d;
    font-size: 33px !important;
    text-decoration: none
}

.pass1 a:hover {
    color: #fff
}

.half {
    display: none
}

.full {
    display: block
}

#toTop {
    position: fixed;
    bottom: 25px;
    right: 25px;
    cursor: pointer;
    display: none !important;
    padding: 8px 16px 8px 16px;
    color: #2f3032;
    background-color: #fbcd20;
    border-color: #fbcd20;
    box-shadow: 1px 1px 1px #383434
}

.dom {
    display: none
}

#whatsapp {
    position: fixed !important;
    /*top: 55px;*/
    right: 20px;
    z-index: 1;
    bottom: 15px;
}

.call-area .call-inner1 {
    margin: 0 0 20px 0
}

.call-action-area {
    padding: 60px 0
}

.call-area {
    margin: 70px 0
}

.call-area .call-inner {
    margin: 0 0 20px 0
}

.call-action .form-content {
    width: 100%;
    height: auto;
    max-width: 100%;
    margin: 0;
    padding: 20px 20px;
    background: #fff;
    font-family: 'Be Vietnam', sans-serif;
    box-shadow: 0 9px 0 0 #fff, 0 -9px 0 0 #fff, 7px 0 15px -4px rgba(0, 0, 0, .3), -7px 0 15px -4px rgba(0, 0, 0, .3)
}

.call-action .action {
    padding: 20px 0 !important
}

.call-center {
    margin: 100px 0
}

.btn12 {
    font-size: 34px;
    font-weight: 700;
    color: #fff;
    background: #d62012;
    border: 2px dashed #d62012;
    padding: 3px 15px;
    text-align: center;
    border-radius: 6px
}

.btn13 {
    background: #fff;
    color: #333;
    font-weight: 700;
    font-size: 20px;
    padding: 10px
}

.post-footer-middle-links {
    padding: 10px 10px 30px 10px;
}

.post-footer-middle-links h4 {
    font-size: 14px;
    font-weight: 700;
    color: #000;
    font-family: Muli, sans-serif;
}

.post-footer-middle-links ul li {
    content: "\2022";
    color: #000;
    list-style-type: square;
    font-family: Muli, sans-serif;
    margin-left: -10px;
}

.post-footer-middle-links ul li a {
    color: #000;
    font-size: 11px;
    font-family: Muli, sans-serif;
}

.post-footer-links {
    padding: 10px 10px 30px 10px;
}

.post-footer-links h4 {
    font-size: 14px;
    font-weight: 700;
    color: #ed3237;
    font-family: Muli, sans-serif;
}

.post-footer-links ul li {
    content: "\2022";
    color: #ed3237;
    list-style-type: square;
    list-style-position: inside;
    font-family: Muli, sans-serif;
}

.post-footer-links ul li a {
    color: #ed3237;
    font-size: 11px;
    font-family: Muli, sans-serif;
}

.social-links {
    color: #f4f8fb;
    font-size: 19px;
    font-weight: 700;
    text-align: center;
    margin: 0;
    font-family: Muli, sans-serif;
}

.social-links a {
    color: #f9c82d;
    /*font-size: 33px !important;*/
    text-decoration: none;
}

.banner-section .item {
    position: relative;
}

.banner-section .banner-description {
    position: absolute;
    top: 0;
    right: 0;
    padding: 0 20px;
}

.banner-section .banner-description h2 {
    font-weight: 600;
}

.banner-section .banner-description h2 span {
    color: #000;
    font-size: 24px;
}

.banner-section .banner-description ul li {
    list-style-position: inside;
    list-style: none;
    margin: 0 0 15px;
}

.banner-section .banner-description ul li i {
    margin-right: 5px;
}

.banner-description img {
    max-width: 75px;
    width: auto;
    margin: 0 10px 0 0;
}

.award-list {
    display: flex;
    justify-content: center;
}

.mob-banner-img {
    display: none;
}

.no-broker {
    display: flex;
    flex-wrap: wrap;
    padding: 0px;
    margin: 0px;
    list-style: none;
}

.no-broker li {
    width: 50%;
    margin-bottom: 15px;
}

.customer-review ul {
    display: flex;
    list-style: none;
    justify-content: space-between;
}

.customer-review ul li:last-child span:first-child {
    padding-right: 10px;
}

.customer-review {
    background: #ed3237;
    padding: 10px;
    margin-top: 20px;
    color: #fff;
}

.line-height-30 {
    line-height: 26px;
}

.list-mb-15 li {
    margin-bottom: 15px;
}

@media screen and (max-width:1367px) {
    .form-section {
        padding: 5px
    }
    .form-section h4 span {
        color: #fffefe;
        line-height: 25px;
        font-size: 19px
    }
    .form-section h4 {
        margin: 3px
    }
    .our-clients-left {
        padding: 23px 0 22px 0
    }
}

@media screen and (max-width:1200px) {
    .two {
        display: none
    }
}

@media screen and (max-width:1100px) {
    .three {
        display: none
    }
}

@media screen and (max-width:1024px) {
    .our-clients-right {
        width: 60%;
        height: auto;
        max-width: 100%;
        margin: 0;
        float: left;
        padding: 62px 0 63px 0;
        background: #f1eded
    }
    .our-clients-left h3 {
        font-size: 18px;
        text-align: center;
        font-weight: 700;
        color: #3a3636;
        line-height: 26px;
        margin: 0
    }
    .testimonials-awards-left {
        width: 50%;
        float: left;
        height: auto;
        max-width: 100%;
        margin: 0;
        padding: 13px 0 16px 0;
        background-image: url(https://www.shipriteindia.in/images/services/box.png)
    }
    .about-section-right p {
        font-size: 13px
    }
    .banner-section .banner-description {
        position: static;
    }
    .mob-banner-img {
        display: block;
    }
    .desktop-banner-img {
        display: none;
    }
    .inner-banner .inner-banner-heading {
        top: 10%;
    }
}

@media screen and (max-width:992px) {
    .header-right-first img {
        margin: 10px auto;
        display: none
    }
    .banner-form-section {
        display: flex;
        flex-direction: column-reverse;
    }
    .banner-form-section .banner-section {
        order: 2;
    }
    .banner-form-section .form-section {
        order: 1;
    }
    .banner-top-heading {
        font-size: 17px;
    }
}

@media screen and (max-width:992px) {
    .form-section {
        width: 100%
    }
    .banner-section {
        width: 100%
    }
    .shiprite-packers-form3 {
        width: 100%
    }
    .inner-banner .inner-banner-heading {
        top: -2%;
    }
    .banner-top-heading {
        padding: 10px 20px 10px 20px;
    }
    .orignial {
        font-size: 1.5rem
    }
}

@media screen and (max-width:600px) {
    .dropdown .dropbtn,
    .topnav a:not(:first-child) {
        display: none
    }
    .sticky-head {
        position: sticky;
        top: 0;
        z-index: 99
    }
    .call-action-area {
        padding: 0 0
    }
    .call-area {
        margin: 20px 0
    }
    .topnav a.icon {
        float: right;
        display: block
    }
    .call-inner {
        width: 100%;
        float: left;
        border-bottom: 2px dashed #333;
        padding: 8px 0 8px 0
    }
    .awards-inner {
        width: 25%;
        float: left;
        padding: 15px
    }
    .our-clients-left {
        width: 100%;
        height: auto
    }
    .our-clients-right {
        width: 100%;
        height: auto
    }
    .pre-mob {
        display: none
    }
    .pre-header p {
        color: #333;
        font-family: Muli, sans-serif;
        font-size: 12px
    }
    .testimonials-awards-left {
        width: 100%
    }
    .testimonials-awards-right {
        width: 100%
    }
    .header-right p a {
        background: #ed3237;
        color: #fff;
        padding: 6px;
        font-size: 13px
    }
    .gaya {
        display: block
    }
    .about-section .para-left {
        width: 6%;
        float: left
    }
    .about-section .para-right {
        width: 94%;
        float: left
    }
    .pass1 {
        text-align: center;
        margin: 15px 0 5px 0
    }
    .post-footer p {
        margin: 5px
    }
    #whatsapp {
        position: fixed;
        /*top: 55px;*/
        right: 20px;
        z-index: 1
    }
    .banner-section .banner-description h2 {
        font-size: 22px;
    }
    .banner-section .banner-description h2 span {
        font-size: 18px;
    }
}

@media screen and (max-width:600px) {
    .form-section {
        width: 100%
    }
    .banner-section {
        width: 100%
    }
    .topnav.responsive {
        position: relative
    }
    .topnav.responsive .icon {
        position: absolute;
        right: 0;
        top: 0
    }
    .topnav.responsive a {
        float: none;
        display: block;
        text-align: left
    }
    .topnav.responsive .dropdown {
        float: none
    }
    .topnav.responsive .dropdown-content {
        position: relative
    }
    .topnav.responsive .dropdown .dropbtn {
        display: block;
        width: 100%;
        text-align: left
    }
    .tabular-list li {
        width: 100%;
    }
    .internal-page-left-side {
        padding: 0px !important;
    }
    .video-blk iframe {
        width: 100%;
        height: auto;
    }
    .customer-review ul {
        flex-direction: column;
    }
    .customer-review ul li {
        margin-bottom: 5px;
        text-align: center;
    }
    .no-broker {
        flex-direction: column;
    }
    .no-broker li {
        width: 100%;
    }
    .line-height-30 {
        line-height: 26px;
        list-style-position: inside;
    }
    .content-inside h1.main-heading {
        font-size: 24px
    }
    .content-inside h3 {
        font-size: 20px
    }
    .font-15 {
        font-size: 15px
    }
    .award-list {
        flex-wrap: wrap;
        justify-content: center;
    }
    .award-list .col-xs-6 {
        margin-bottom: 15px
    }
}

.shiprite-packers-form .terms input[type=checkbox] {
    width: 18px;
    height: 18px;
    margin: 0 5px 0 0;
}

.shiprite-packers-form .terms label {
    max-width: 90%;
}
.img {
  width: 580px;
  height: 380px;
  border:2px solid #fff;
  background: url(images/home-relocation.png) no-repeat;

  box-shadow: 12px 12px 4px #ccc;
  -moz-border-radius:25px;
  -webkit-border-radius:20px;
  border-radius:25px;
}