@charset "utf-8";
/* CSS Document */

@font-face {
    font-family:'Goldoni';
    src: url('../font/Goldoni.eot');
	src: url('../font/Goldoni.eot?#iefix') format('embedded-opentype'),
		url('../font/Goldoni.woff2') format('woff2'),
		url('../font/Goldoni.woff') format('woff'),
		url('../font/Goldoni.svg#Goldoni') format('svg');
    font-weight: 400;
    font-style: normal;
    font-stretch: normal;
    unicode-range: U+0020-00FE;
}

#cssmenu,

#cssmenu ul,

#cssmenu ul li,

#cssmenu ul li a,

#cssmenu #menu-button {

  margin: 0;

  padding: 0;

  border: 0;

  list-style: none;

  line-height: 1;

  display: block;

  position: relative;

  -webkit-box-sizing: border-box;

  -moz-box-sizing: border-box;

  box-sizing: border-box;

}

#cssmenu:after,

#cssmenu > ul:after {

  content: ".";

/*  display: block;*/

  clear: both;

  visibility: hidden;

  line-height: 0;

  height: 0;

}

#cssmenu #menu-button {

  display: none;

}

#cssmenu {


  background: #333333;

}

#cssmenu > ul > li {

  float: left;

}

#cssmenu.align-center > ul {

  font-size: 0;

  text-align: center;

}

#cssmenu.align-center > ul > li {

  display: inline-block;

  float: none;

}

#cssmenu.align-center ul ul {

  text-align: left;

}

#cssmenu.align-right > ul > li {

  float: right;

}

#cssmenu > ul > li > a {

  padding: 17px;

  font-size: 12px;

  text-decoration: none;

  color: #dddddd;

  font-weight: 700;

  text-transform: uppercase;

}

#cssmenu > ul > li:hover > a {

  color: #ffffff;

}

#cssmenu > ul > li.has-sub > a {

  padding-right: 30px;

}

#cssmenu > ul > li.has-sub > a:after {

  position: absolute;

  top: 22px;

  right: 11px;

  width: 8px;

  height: 2px;

  display: block;

  background: #dddddd;

  content: '';

}

#cssmenu > ul > li.has-sub > a:before {

  position: absolute;

  top: 19px;

  right: 14px;

  display: block;

  width: 2px;

  height: 8px;

  background: #dddddd;

  content: '';

  -webkit-transition: all .25s ease;

  -moz-transition: all .25s ease;

  -ms-transition: all .25s ease;

  -o-transition: all .25s ease;

  transition: all .25s ease;

}

#cssmenu > ul > li.has-sub:hover > a:before {

  top: 23px;

  height: 0;

}

#cssmenu ul ul {

  position: absolute;

  left: -9999px;

}

#cssmenu.align-right ul ul {

  text-align: right;

}

#cssmenu ul ul li {

  height: 0;

  -webkit-transition: all .25s ease;

  -moz-transition: all .25s ease;

  -ms-transition: all .25s ease;

  -o-transition: all .25s ease;

  transition: all .25s ease;

}

#cssmenu li:hover > ul {

  left: auto;

}

#cssmenu.align-right li:hover > ul {

  left: auto;

  right: 0;

}

#cssmenu li:hover > ul > li {

  height: 35px;

}

#cssmenu ul ul ul {

  margin-left: 100%;

  top: 0;

}

#cssmenu.align-right ul ul ul {

  margin-left: 0;

  margin-right: 100%;

}

#cssmenu ul ul li a {

  border-bottom: 1px solid rgba(150, 150, 150, 0.15);

  padding: 11px 15px;

  width: 170px;

  font-size: 12px;

  text-decoration: none;

  color: #dddddd;

  font-weight: 400;

  background: #333333;

}

#cssmenu ul ul li:last-child > a,

#cssmenu ul ul li.last-item > a {

  border-bottom: 0;

}

#cssmenu ul ul li:hover > a,

#cssmenu ul ul li a:hover {

  color: #ffffff;

}

#cssmenu ul ul li.has-sub > a:after {

  position: absolute;

  top: 16px;

  right: 11px;

  width: 8px;

  height: 2px;

  display: block;

  background: #dddddd;

  content: '';

}

#cssmenu.align-right ul ul li.has-sub > a:after {

  right: auto;

  left: 11px;

}

#cssmenu ul ul li.has-sub > a:before {

  position: absolute;

  top: 13px;

  right: 14px;

  display: block;

  width: 2px;

  height: 8px;

  background: #dddddd;

  content: '';

  -webkit-transition: all .25s ease;

  -moz-transition: all .25s ease;

  -ms-transition: all .25s ease;

  -o-transition: all .25s ease;

  transition: all .25s ease;

}

#cssmenu.align-right ul ul li.has-sub > a:before {

  right: auto;

  left: 14px;

}

#cssmenu ul ul > li.has-sub:hover > a:before {

  top: 17px;

  height: 0;

}

@media all and (max-width: 900px) {

  #cssmenu {

    width: 100%;

  }

  #cssmenu ul {

    width: 100%;

    display: none;

  }

  #cssmenu.align-center > ul {

    text-align: left;

  }

  #cssmenu ul li {

    width: 100%;

    border-top: 1px solid rgba(120, 120, 120, 0.2);

  }

  #cssmenu ul ul li,

  #cssmenu li:hover > ul > li {

    height: auto;

  }

  #cssmenu ul li a,

  #cssmenu ul ul li a {

    width: 100%;

    border-bottom: 0;

  }

  #cssmenu > ul > li {

    float: none;

  }

  #cssmenu ul ul li a {

    padding-left: 25px;

  }

  #cssmenu ul ul ul li a {

    padding-left: 35px;

  }

  #cssmenu ul ul li a {

    color: #dddddd;

    background: none;

  }

  #cssmenu ul ul li:hover > a,

  #cssmenu ul ul li.active > a {

    color: #ffffff;

  }

  #cssmenu ul ul,

  #cssmenu ul ul ul,

  #cssmenu.align-right ul ul {

    position: relative;

    left: 0;

    width: 100%;

    margin: 0;

    text-align: left;

  }

  #cssmenu > ul > li.has-sub > a:after,

  #cssmenu > ul > li.has-sub > a:before,

  #cssmenu ul ul > li.has-sub > a:after,

  #cssmenu ul ul > li.has-sub > a:before {

    display: none;

  }

  #cssmenu #menu-button {

    display: block;

    padding: 17px;

    color: #dddddd;

    cursor: pointer;

    font-size: 12px;

    text-transform: uppercase;

    font-weight: 700;
	width:36px;
	float:right;

  }

  #cssmenu #menu-button:after {

    content: '';

  }

  #cssmenu #menu-button:before {

    position: absolute;

    top: 11px;

    right:0px;

    display: block;

    height:23px;

    width:36px;

    background: #dddddd;

    content: ''; background:url(../images/menu-btn.png) no-repeat; width:36px; height:21px;

  }

  #cssmenu #menu-button.menu-opened:after {

    top: 23px;

    border: 0;

    height: 2px;

    width: 15px;

    background: #ffffff;

    -webkit-transform: rotate(45deg);

    -moz-transform: rotate(45deg);

    -ms-transform: rotate(45deg);

    -o-transform: rotate(45deg);

    transform: rotate(45deg);

  }


  #cssmenu .submenu-button {

    position: absolute;

    z-index: 99;

    right: 0;

    top: 0;

    display: block;

    border-left: 1px solid rgba(120, 120, 120, 0.2);

    height: 46px;

    width: 46px;

    cursor: pointer;

  }

  #cssmenu .submenu-button.submenu-opened {

    background: #262626;

  }

  #cssmenu ul ul .submenu-button {

    height: 34px;

    width: 34px;

  }

  #cssmenu .submenu-button:after {

    position: absolute;

    top: 22px;

    right: 19px;

    width: 8px;

    height: 2px;

    display: block;

    background: #dddddd;

    content: '';

  }

  #cssmenu ul ul .submenu-button:after {

    top: 15px;

    right: 13px;

  }

  #cssmenu .submenu-button.submenu-opened:after {

    background: #ffffff;

  }

  #cssmenu .submenu-button:before {

    position: absolute;

    top: 19px;

    right: 22px;

    display: block;

    width: 2px;

    height: 8px;

    background: #dddddd;

    content: '';

  }

  #cssmenu ul ul .submenu-button:before {

    top: 12px;

    right: 16px;

  }

  #cssmenu .submenu-button.submenu-opened:before {

    display: none;

  }

}



body{ width:auto; height:auto;margin:0px 0px ; padding:0px 0px;color:#151515; font-size:13px;font-family: 'Pragati Narrow', sans-serif;}
a:hover{outline:none;text-decoration:none!important;}
a{outline:none;}
a:focus{outline:none;outline-offset:0px;text-decoration:none!important;}

.header {
    width: 100%;
    height: auto;
    margin: 0px;
    padding: 0px;
    position: fixed;
    top: 0;
    z-index: 20;
    -webkit-transition: all 0.6s ease-in-out;
}
.topStrip {
    background: #4d4e4f;
    overflow: hidden;
    padding: 10px 0px;
    -webkit-transition: all 0.6s ease-in-out;
}
.socialMedia {
    margin: 0px 0px 0px;
    padding: 0px 0px;
    float: left;
    list-style: none;
}
.socialMedia li {
    display: block;
    float: left;
    margin: 0px 0px 0px 12px;
    overflow: hidden;
    padding: 0px;
    text-align: center;
    width: 16px;
}
.socialMedia li a {
    color: #FFF;
    outline: medium none;
    text-align: inherit;
    text-decoration: none;
}
.socialMedia li .fa {
    display: block;
    font-size: 14px;
    line-height: 16px;
    transition: all 0.4s ease-in-out 0s;
}
.socialMedia li a:hover{ color:#cacbcd;transition: all 0.4s ease-in-out 0s;}
.mail-outer {
    float: left;
    margin-right:6px;
}
.mail-outer p {
    font-size: 14px;
    margin: 0px 0px 0px;
    color: #FFF;
    line-height: 14px;
}
.mail-outer a{color: #FFF;transition: all 0.4s ease-in-out 0s;}
.mail-outer a:hover{color: #cacbcd;transition: all 0.4s ease-in-out 0s;}
.mail-outer .fa {
    margin-right:10px;
	color: #FFF;
}
.FLT-right{float:right;}
.numb-outer {
    float: left;
}
.numb-outer p {
    font-size: 14px;
    margin: 0px 0px 0px;
    color: #FFF;
    line-height: 14px;
}
.numb-outer .fa {
    margin-right: 6px;
}
.navBar {
    background: #FFF;
    position: relative;
}
.logoC {
    height: auto;
    width: auto;
	position:absolute;
	left:8%;
	top:0;
	z-index: 10;
    -webkit-transition: all 0.6s ease-in-out;
}
.logoC img {
    -webkit-transition: all 0.6s ease-in-out;
}


.menusec{margin:0px 0px 0px; float:right;-webkit-transition: all .6s ease-in-out;}
#cssmenu{float:right; background:none !important; z-index:1!important; margin:0px;-webkit-transition: all 0.6s ease-in-out;}
#cssmenu > ul > li > a{color:#000!important;font-size:14px !important;font-weight:400 !important;padding:27px 17px 24px;text-transform:uppercase!important;font-family: 'Pragati Narrow', sans-serif;-webkit-transition: all 0.6s ease-in-out;}
#cssmenu ul ul li a{color:#FFF !important;background:#4d4e4f!important;width:185px!important;font-size:14px !important; padding:10px 15px!important; text-transform:none!important;font-family: 'Pragati Narrow', sans-serif;}
#cssmenu > ul > li.has-sub > a::before{ display:none!important;}
#cssmenu > ul > li.has-sub > a::after{display:none!important;}
#cssmenu > ul > li.has-sub > a{padding-right:17px;}
#cssmenu > ul > li:hover > a{color:#991c26 !important;}
#cssmenu > ul > li a.active{color:#991c26 !important;}
#cssmenu ul li ul li a:hover{color:#FFF !important; background:#991c26!important; transition: all 0.4s ease-in-out 0s;}

.menusec #cssmenu > ul > li:nth-child(6) a { padding-right:0px!important;}

/* Animation delays */
/*.carousel-caption h1{
	-webkit-animation-delay: 1s;
	animation-delay: 1s;
}
.carousel-caption h2 {
	-webkit-animation-delay: 2s;
	animation-delay: 2s;
}*/
.carousel-caption{
	-webkit-animation-delay:1s;
	animation-delay:1s;
}
.top-crv{-webkit-clip-path: polygon(100% 3%, -12% 100%, 100% 100%);clip-path: polygon(100% 3%, -12% 100%, 100% 100%);height:42px; background:#FFF;margin-top: -41px;}
.sliderC {
    margin:101px 0px 0px;
    overflow: hidden;
    padding: 0px;
    position: relative;
    width: 100%;
    -webkit-transition: all 0.6s ease-in-out;
}
.sliderC .carousel-inner > .item > img, .carousel-inner > .item > a > img{width:100%;}
.carousel-caption {
    height: 50%;
    left: 8%;
    padding-bottom: 0;
    top:40%;
    width:43%;
	text-shadow: none;
}
.carousel-caption h1 {
    background: rgba(0, 0, 0, 0.6);
    font-size:35px;
    margin: 0;
    padding-bottom: 5px;
    padding-left: 10px;
    padding-top:11px;
    text-align: left;
    text-shadow: none;
    text-transform: uppercase;
    color: #FFF;
    width: 100%;
	letter-spacing: 1px;
	line-height: 22px;
}
.carousel-caption h1 span { font-size:14px;font-family: 'Raleway', sans-serif; font-weight:600;letter-spacing:0px;}
.carousel-caption p {
    background:rgba(153, 28, 38, 0.6);
    color: #FFF;
    font-family: 'Raleway', sans-serif;
    font-size: 12px;
    font-weight: 400;
    line-height: 18px;
    margin: 0;
    text-align: left;
    text-shadow: none;
    text-transform: none;
    width: 100%;
    padding: 7px 10px 7px 14px;
}
.P-rdmr {
    font-size: 13px;
    color: #FFF;
    text-transform: uppercase;
    transition: all 0.4s ease 0s;
    background: #4d4e4e;
    padding:9px 19px;
    display: table;
    line-height: 18px;
	font-weight:500;
    border: 1px solid #4d4e4e;
    font-family: 'Raleway', sans-serif;
    margin:7px 0px 0px;
}
.P-rdmr:hover{background:#991c26; color:#FFFFFF;}
.carousel-indicators li{border-radius: 0;background-color:#4c4d4f; border:none; width:61px; height:2px;margin: 0px 5px;}
.carousel-indicators .active{border-radius: 0;background-color:#991c26; border:none; width:61px; height:2px;margin: 0px 5px;}
.carousel-indicators {bottom:38px; margin-bottom:0px;}
.services{
    height: auto;
    width: auto;
    overflow: hidden;
    padding:55px 0px 0px;
}
.S-title h2 {
    text-align: center;
    text-transform: uppercase;
    margin: 0px 0px 25px;
	padding-bottom:13px;
    color: #000;
    font-size:30px;
    line-height: 26px;
	font-weight:700;
	background:url(../images/line.png) no-repeat center bottom;
}
.S-title p {
    text-align: center;
    font-size: 13px;
    color: #151515;
    line-height: 24px;
    margin: 0px 0px 30px;
    padding: 0px 0px;
    font-family: 'Open Sans', sans-serif;
}
.service-outer {
    height: auto;
    width: auto;
    text-align: center;
	margin:0px 0px 40px;
}
.service-icon {
    height: auto;
    width: auto;
    text-align: center;
}
.service-outer h5 {
    font-size: 18px;
    text-align: center;
    color: #981c26;
    font-weight: 700;
    margin:25px 0px 13px;
	text-transform:uppercase;
}
.service-outer p {
    text-align: center;
    color: #151515;
    font-size: 13px;
    margin: 0px 0px 0px;
    padding: 0px;
    line-height: 22px;
	font-family: 'Open Sans', sans-serif;
	padding: 0px 3px;
}
.service-outer:hover img {
    transform: scale(1.1);
    transition: all 0.4s ease 0s;
}
.service-icon img{transition: all 0.4s ease 0s;}

.whoweare {
    height: auto;
    width: auto;
    overflow: hidden;
    padding:40px 0px 60px;
}
.who-img{height:auto; width:auto; overflow:hidden;}
.who-img img{width:100%;}
.whoweare h4{
    text-align: left;
    text-transform: uppercase;
    margin: 0px 0px 20px;
    padding-bottom: 13px;
    color: #981c26;
    font-size:20px;
    line-height: 24px;
    font-weight: 700;
    background: url(../images/line.png) no-repeat left bottom;
}
.WH-cnt p {
    text-align: left;
    color: #151515;
    font-size: 16px;
    margin: 0px 0px 32px;
    padding: 0px;
    line-height: 24px;
    font-family: 'Open Sans', sans-serif;
}
.whoweare h5{
    text-align: left;
    text-transform: none;
    margin: 0px 0px 25px;
    color: #981c26;
    font-size:20px;
    font-weight: 700;
}
.number-box h3{color:#981c26; margin:0px; font-size:55px;font-family: 'Saira Condensed', sans-serif;}
.number-box h6{
    text-transform: none;
    margin: 0px 0px 0px;
    color: #981c26;
    font-size:20px;
    font-weight: 700;
}
.N-box{float:left; margin-right:40px;}
.WH-cnt{margin-top:45px;}

#intro {
    background:url(../images/testi.jpg) no-repeat 100% 100%;
        background-attachment: scroll;
        background-position-x: 100%;
        background-position-y: 100%;
    height: auto;
    margin: 0 auto;
    min-height:459px;
    width: 100%;
    position: relative;
    height: 100%;
    padding:0px 0px;
    background-attachment: fixed;
    color: #FFFFFF;
}
.tesimonial {
    overflow: hidden;
    width: 100%;
    padding:90px 0px 86px;
}
.T-box{background: rgba(0, 0, 0, 0.7); text-align:center; padding:44px 0px 55px;}
.T-box h2{
    text-align: center;
    text-transform: uppercase;
    margin: 0px 0px 25px;
    color: #FFF;
    font-size:30px;
    line-height: 26px;
	font-weight:700;
}
.sliderE {position: relative;width: 70%;margin: 0px auto;}
.sliderE p{color:#b9b9b9; line-height:24px; text-align:center; font-size:13px;font-family: 'Open Sans', sans-serif; margin:0px 0px 22px; font-weight:400; text-transform:none;}
.sliderE h5{font-size:15px;font-family: 'Open Sans', sans-serif; font-weight:700; margin:0px 0px 10px; text-transform:none; line-height:16px;}
.sliderE h6{font-size:12px;font-family: 'Open Sans', sans-serif; font-weight:300; margin:0px 0px 0px; text-transform:none; color:#b8b8b8;}
.sliderE .carousel-indicators{/*bottom: -25px;*/ display:none;}

.HS-sec{height:auto; width:auto; overflow:hidden; padding:80px 0px 50px;}
.whychooseus{background:url(../images/whycoose.jpg) no-repeat;background-size: 100% 100%; overflow:hidden; padding:50px 65px 20px 42px; margin-right:17px;}
.whychooseus h2{
    text-align: left;
    text-transform: uppercase;
    margin: 0px 0px 20px;
    padding-bottom: 13px;
    color: #FFF;
    font-size: 30px;
    line-height: 26px;
    font-weight: 700;
    background: url(../images/lineW.png) no-repeat left bottom;
}
.whychooseus p {
    text-align: left;
    color: #FFF;
    font-size: 13px;
    margin: 0px 0px 42px;
    padding: 0px;
    line-height: 22px;
    font-family: 'Open Sans', sans-serif;
}
.w-box{overflow:hidden; margin-bottom:48px;}
.w-cnt{overflow:hidden;}
.w-img{height:77px; width:77px; overflow:hidden; float:left; margin-right:12px;}
.w-img img{width:100%;}
.w-box h4 {
    text-align: left;
    text-transform: uppercase;
    margin: 0px 0px 10px;
    color: #FFF;
    font-size:18px;
    line-height:18px;
    font-weight: 700;
}
.w-box p{margin:0px;}
.request{overflow:hidden; margin:50px 0px 0px 17px;}
.request h2{
    text-align: left;
    text-transform: uppercase;
    margin: 0px 0px 20px;
    padding-bottom: 13px;
    font-size: 30px;
    line-height: 26px;
    font-weight: 700;
    background: url(../images/line.png) no-repeat left bottom;
}
.request p {
    text-align: left;
    font-size: 13px;
    margin: 0px 0px 42px;
    padding: 0px;
    line-height: 22px;
    font-family: 'Open Sans', sans-serif;
}
.txtfielD1 {
    background: #fff;
    border: 1px solid #9c9d9f;
    color: #151515;
    height:54px;
    margin: 0px 0px 10px;
    padding: 0px 0px 0px 14px;
    width: 100%;
    font-size: 13px;
	font-family: 'Open Sans', sans-serif;
}
.txtfielD2 {
    background: #fff;
    border: 1px solid #9c9d9f;
    color: #151515;
    height:111px;
    margin: 0px 0px 0px;
    padding: 9px 0 0 14px;
    width: 100%;
    font-size: 13px;
	font-family: 'Open Sans', sans-serif;
}
.submitBtn {
    font-size: 13px;
    color: #FFF;
    text-transform: uppercase;
    transition: all 0.4s ease 0s;
    background: #4d4e4e;
    padding: 13px 51px;
    display: table;
    line-height: 18px;
    font-weight:700;
    border: 1px solid #4d4e4e;
    font-family: 'Raleway', sans-serif;
    margin: 17px 0px 0px;
}
.submitBtn:hover {
    background: #991c26;
    color: #FFFFFF;
}
.clients{height:auto; width:auto; overflow:hidden; padding:0px 0px 40px;}
.clients h2{
    text-align: left;
    text-transform: uppercase;
    margin: 0px 0px 40px;
    padding-bottom: 13px;
    color: #000;
    font-size: 30px;
    line-height: 26px;
    font-weight: 700;
    background: url(../images/line.png) no-repeat left bottom;
}
.client-box {
    height: auto;
    width: auto;
    overflow: hidden;
}
.client-box img{width:100%;transition: all 0.4s ease 0s;}
.client-box:hover img {
    transform: scale(1.1);
    transition: all 0.4s ease 0s;
}
.C-box{overflow:hidden; border:1px solid #bababa;}

.footer {
    background: #2f3031;
    height: auto;
    margin: 0px;
    overflow: hidden;
    padding: 50px 0px 38px;
    width: 100%;
    color: #FFF;
}
.footer h5 {
    font-size: 16px;
    margin: 0px 0px 20px;
    text-transform: uppercase;
	font-weight:700;
}
.footmenu {
    height: auto;
    overflow: hidden;
    padding: 0;
    width: auto;
    margin: 0px;
}
.footmenu li {
    font-size: 13px;
    line-height: 26px;
    margin: 0px;
    outline: medium none;
    text-transform: none;
}
.footmenu li a {
    color: #FFF;
    transition: all 0.4s ease-in-out 0s;
}
.footmenu li a:hover{color:#cacbcd; padding-left:2px;}
.footlogo{float:right;}
.copyright {
    background: #202121;
    height: auto;
    overflow: hidden;
    padding:20px 20px;
    width: auto;
	margin:55px 0px 0px;
}
.copyright p {
    font-size: 12px;
    margin: 0px;
	line-height:16px;
    text-align: left;
	float:left;
	color:#d1d1d1;
	font-family:Arial, Helvetica, sans-serif;
}
.footsocialMedia {
    margin: 0px 0px 0px;
    padding: 0px 0px;
    float: right;
    list-style: none;
}
.footsocialMedia li {
    display: block;
    float: left;
    margin: 0px 0px 0px 12px;
    overflow: hidden;
    padding: 0px;
    text-align: center;
    width: 16px;
}
.footsocialMedia li a {
    color: #FFF;
    outline: medium none;
    text-align: inherit;
    text-decoration: none;
}
.footsocialMedia li .fa {
    display: block;
    font-size: 14px;
    line-height: 16px;
    transition: all 0.4s ease-in-out 0s;
}
.footsocialMedia li a:hover{ color:#cacbcd;transition: all 0.4s ease-in-out 0s;}


/*abtus*/


.banner {
    height: auto;
    overflow: hidden;
    width: auto;
    margin: 101px 0px 0px;
    position: relative;
}
.banner img{width:100%;}

.about-IP {
    height: auto;
    width: auto;
    overflow: hidden;
    padding: 55px 0px;
}
.about-IP h2 {
    text-align: left;
    text-transform: uppercase;
    margin: 0px 0px 30px;
    padding-bottom: 13px;
    font-size: 30px;
    line-height: 26px;
    font-weight: 700;
    background: url(../images/line.png) no-repeat left bottom;
}
.about-img-box {
    overflow: hidden;
    float: left;
    margin-right: 30px;
    margin-bottom: 15px;
    max-width: 490px;
}
.about-img-box img{width:100%;}
.about-IP p {
    text-align:justify;
    color: #151515;
    font-size: 13px;
    margin: 0px 0px 18px;
    padding: 0px;
    line-height: 22px;
    font-family: 'Open Sans', sans-serif;
}
.MVD {
    background: #981c26;
    overflow: hidden;
    height: auto;
    width: auto;
    padding: 60px 0px;
    margin:20px 0px 0px;
    position: relative;
}
.txtl {
    padding-right: 44px;
}
.vision-box h3 {
    color: #FFF;
    text-align: left;
    text-transform: uppercase;
    margin: 0px 0px 18px;
    font-size: 25px;
	font-weight:700;
}
.vision-box p{margin:0px; color:#FFFFFF;}
.line {
    position: absolute;
    left: 50%;
    top: 0;
	height:100%;
}
.line img{height:100%;}
.txtr {
    padding-left: 44px;
}
.about-IP h4 {
    text-align: left;
    text-transform: uppercase;
    margin: 0px 0px 25px;
    font-size: 20px;
    font-weight: 700;
}
.about-IP ul {
    margin: 0px;
    padding: 0px;
}
.about-IP ul li {
    line-height: 22px;
    list-style: outside none none;
    margin: 0px;
    padding-left: 24px;
    position: relative;
    text-align: left;
    text-transform: none;
	font-family: 'Open Sans', sans-serif;
}
.about-IP ul li::before {
    content: "\f192";
    font-family: FontAwesome;
    position: absolute;
    left: 0px;
}
.offer-list-out {
    height: auto;
    width: auto;
    overflow: hidden;
    border: 10px solid #981c26;
    padding: 6px;
}
.offer-list {
    height: auto;
    width: auto;
    overflow: hidden;
}
.offer-list h5 {
    background: #000;
    color: #FFFFFF;
    font-size: 18px;
    font-weight: 600;
    margin: 0px 0px 4px;
    padding: 8px 15px;
    text-transform: uppercase;
}
.offer-list ul {
    font-size: 13px;
    margin: 0px;
    padding: 0px;
	font-family: 'Open Sans', sans-serif;
}
.offer-list ul li {
    line-height:22px;
    list-style: outside none none;
    padding: 0px 0px 0px 0px;
    text-align: left;
    text-transform: none;
    margin-bottom: 1px;
    color: #000;
	position:relative;
	background: #d6d6d6;
}
.offer-list ul li a{
    padding: 9px 0px 8px 37px;
    text-align: left;
    text-transform: none;
    background: #d6d6d6;
    color: #000;
	display: block;
}
.offer-list ul li::before {
    content: "";
    font-family: FontAwesome;
    position: absolute;
    left:15px;
}
.offer-list ul li a::before {
    content: "\f192";
    font-family: FontAwesome;
    position: absolute;
    left:15px;
}
.offer-list ul li a:hover{background:#981c26; color:#FFFFFF;}
.pdgten {
    padding-left: 5px;
    padding-right: 5px;
}
.mrgnten {
    margin-left: -5px;
    margin-right: -5px;
}
.about-IP .txtfielD1{background: #f3f3f3;border-right: 1px solid #d7d7d7;border-bottom: 1px solid #cbcbcb; height:50px;}
.about-IP .txtfielD2{background: #f3f3f3;border-right: 1px solid #d7d7d7;border-bottom: 1px solid #cbcbcb;}
.enq-img {
    height: auto;
    width: auto;
    overflow: hidden;
}
.enq-img img {
    width: 100%;
}
.ser-out-box {
    height: auto;
    width: auto;
    overflow: hidden;
	margin-bottom:30px;
}
.ser-img {
    height: auto;
    width: auto;
    overflow: hidden;
    margin: 0px 0px 12px;
}
.ser-img img{width:100%;transition: all 0.4s ease 0s;}
.ser-out-box:hover img {
    transform: scale(1.1);
    transition: all 0.4s ease 0s;
}
.ser-out-box h4 {
    text-align: left;
    margin: 0px 0px 16px;
    font-size: 18px;
    font-weight: 700;
	text-transform:uppercase;
	color: #981c26;
}
.T-rdmr {
    font-size: 12px;
    color: #FFF;
    text-transform: uppercase;
    transition: all 0.4s ease 0s;
    background: #4d4e4e;
    padding:7px 18px;
    display: table;
    line-height: 18px;
    font-weight: 500;
    border: 1px solid #4d4e4e;
    margin:0px 0px 0px;
}
.T-rdmr:hover{background:#991c26; color:#FFFFFF;}
.I-detail {
   /* height: auto;
    width: auto;
    overflow: hidden;*/
	overflow: hidden;
    float: left;
    margin-right: 30px;
    margin-bottom: 15px;
    width: 400px;
}
.I-detail img{width:100%;}

.address-box {
    background: #e5e5e5;
    height: auto;
    overflow: hidden;
    width: auto;
    height: 161px;
    padding: 25px 0px 25px 25px;
}
.address-box .fa {
    color: #2b2b2b;
    font-size: 13px;
    margin-right: 10px;
    float: left;
}
.address-box h5 {
    font-size: 14px;
    margin: 0px 0px 8px;
    text-transform: uppercase;
    font-weight: 700;
	letter-spacing: 1px;
}
.address-box p {
    font-size: 13px;
    line-height: 20px;
    margin: 0px 0px 2px;
}
.address-box p a{color:#151515;}
.feedback {
    overflow: hidden;
    margin: 50px 0px;
}
.mapdv {
    overflow: hidden;
}






























@media (min-width: 1020px) and (max-width:1024px) {


#cssmenu > ul > li > a{font-size:12px !important;padding:16px 8px 15px !important;}
#cssmenu ul ul li a{font-size: 11px !important;padding: 12px 15px !important;}
.logoC img{width:70px!important;}
.sliderC{margin:80px 0px 0px;}
.carousel-caption h1{font-size: 24px;}
.carousel-caption{top: 33%;}

.whoweare h4{margin: 0px 0px 16px;line-height: 22px;font-size: 18px;}
.WH-cnt p{font-size: 14px;margin: 0px 0px 16px;line-height: 22px;}
.whoweare h5{font-size: 18px;margin: 0px 0px 16px;}
.number-box h3{font-size: 40px;}
.number-box h6{font-size: 15px;}

#intro{min-height:auto;}
.tesimonial{padding: 60px 0px 60px;}

.whychooseus p{margin: 0px 0px 30px;}
.w-box h4{font-size:15px;}
.w-img {
    height:40px;
    width: 40px;
}
.w-box p {
    margin: 0px;
}
.w-box{margin-bottom:30px;}

.about-IP{padding: 30px 0px;}
.vision-box h3{font-size: 20px;}
.MVD{padding: 30px 0px;}
.banner{margin:80px 0px 0px;}

.ser-out-box h4{font-size: 13px;}

.address-box p{font-size:11px; text-align:left;}
.address-box{padding: 20px 2px 20px 20px;height:162px;}


}




@media (min-width:960px) and (max-width:966px) {

#cssmenu > ul > li > a{font-size:10px !important;padding:12px 6px 10px !important;}
#cssmenu ul ul li a{font-size: 11px !important;padding: 12px 15px !important;}
.logoC img{width:70px!important;}
.sliderC{margin: 68px 0px 0px;}
.carousel-caption h1{font-size: 24px;}
.carousel-caption{top: 33%;}

.whoweare h4{margin: 0px 0px 16px;line-height: 22px;font-size: 18px;}
.WH-cnt p{font-size: 14px;margin: 0px 0px 16px;line-height: 22px;}
.whoweare h5{font-size: 18px;margin: 0px 0px 16px;}
.number-box h3{font-size: 40px;}
.number-box h6{font-size: 15px;}
.WH-cnt {margin-top:5px;}

.whychooseus p{margin: 0px 0px 25px;}
.w-box h4{font-size:15px;}
.w-img {
    height:40px;
    width: 40px;
}
.whychooseus{padding: 39px 20px 20px 20px;}
.w-box p {
    margin: 0px;
}
.w-box{margin-bottom: 15px;}
.request{margin: 30px 0px 0px 17px;}

.footer .col-sm-2 {
    width: 23%;
}
.footer .col-sm-5 {
    width:29%;
}
.footlogo img{width:150px;}
.copyright{margin: 30px 0px 0px;}
.footmenu li{font-size:11px;}
.copyright{padding: 13px 20px;}
.copyright p{font-size: 10px;}
.footsocialMedia li .fa{font-size: 12px;}

.about-IP{padding: 30px 0px;}
.vision-box h3{font-size: 20px;}
.MVD{padding: 30px 0px;}
.banner{margin:68px 0px 0px;}

.ser-out-box h4{font-size: 13px;}

.address-box p{font-size:11px; text-align:left;}
.address-box{padding: 20px 2px 20px 20px;height:170px;}


}




@media (max-width: 768px){

/*.sliderC .item img{ width:auto;}
.img-responsive, .thumbnail > img, .thumbnail a > img, .carousel-inner > .item > img, .carousel-inner > .item > a > img{ max-width:none;}
.sliderC .carousel-inner > .item > img {
    width:auto;
}*/

#cssmenu .submenu-button.submenu-opened{background:none!important;}
#cssmenu ul{background:#151515;}
#cssmenu{width:85%!important; float:right; position:fixed!important; top:24px!important; right:13px!important; z-index:1500; margin:0px!important;}
#cssmenu > ul > li > a{padding:16px !important; color:#FFF!important; }
#cssmenu ul ul li a{width:auto!important;font-size:13px!important;margin-left:0px !important;}
/*#cssmenu .submenu-button {width:100% !important;}*/
#cssmenu ul{margin-top:43px;}

.carousel-indicators{display:none;}
.carousel-caption h1{font-size:24px;}
.carousel-caption h1 span{font-size:13px;}
.carousel-caption{width: 80%;top: 28%;}
.carousel-caption p{font-size:11px; line-height:16px;}

.S-title h2{font-size:25px;line-height: 22px;margin: 0px 0px 14px;}
.services{padding: 22px 0px 0px;}
.S-title p{padding: 0px 15px;line-height: 22px;}
.service-outer h5{font-size: 16px;}

.whoweare{padding: 10px 0px 30px;}
.who-img{margin:20px 0px 0px;}
.whoweare h4{font-size:16px;line-height: 18px;}
.WH-cnt p{font-size:15px;}
.whoweare h5{font-size:16px;}
.number-box h3{font-size:40px;}
.number-box h6{font-size:14px;}

.T-box h2{font-size:25px;margin: 0px 0px 14px;}
.sliderE p{line-height: 22px;font-size: 12px;}
.tesimonial{padding: 60px 0px 50px;}

.HS-sec{padding: 40px 0px 35px;}
.whychooseus h2{font-size:25px;line-height: 22px;margin: 0px 0px 14px;}
.whychooseus p{margin: 0px 0px 20px;}
.whychooseus{margin-right:0px;}
.whychooseus{padding: 38px 25px 20px 38px;}
.w-img {height: 50px; width: 50px;}
.w-box h4{font-size:14px;}
.w-cnt{overflow:hidden;}
.w-box p { margin: 0px;line-height: 20px;}
.w-box{margin-bottom: 16px;}

.request h2{font-size:25px;line-height: 22px;margin: 0px 0px 14px;}
.request{margin: 35px 0px 0px 0px;}

.clients h2{font-size:25px;line-height: 22px;margin: 0px 0px 14px;}

.footer{padding: 25px 0px;}
.footer h5{margin: 0px 0px 5px;}

.about-IP{padding: 30px 0px;}
.vision-box h3{font-size: 20px;}
.MVD{padding: 30px 0px;}


}




@media (min-width: 766px) and (max-width:768px){

.logoC img{width:60px!important;}
.logoC{left:3%;}
.topStrip{padding: 6px 0px!important;}
.sliderC{margin: 63px 0px 0px!important;}
.navBar{height: 35px;}
.carousel-caption {width: 55%;}
.T-box{padding: 35px 0px 35px;}
#intro{min-height:auto;}

.footer .col-sm-2 {
    width: 23%;
}
.footer .col-sm-5 {
    width:29%;
}
.footlogo img{width:150px;}
.copyright{margin: 30px 0px 0px;}
.footmenu li{font-size:11px;}
.copyright{padding: 13px 20px;}
.copyright p{font-size: 10px;}
.footsocialMedia li .fa{font-size: 12px;}

.banner{margin:63px 0px 0px;}

.ser-out-box h4{font-size: 13px;}

.address-box p{font-size:11px; text-align:left;}
.address-box{padding: 20px 2px 20px 20px;height:171px;}

}





@media (max-width: 750px){

.sliderC .item img{ width:auto;}
.img-responsive, .thumbnail > img, .thumbnail a > img, .carousel-inner > .item > img, .carousel-inner > .item > a > img{ max-width:none;}
.sliderC .carousel-inner > .item > img {
    width:auto;
}
.socialMedia li{margin: 0px 0px 0px 6px;}
.logoC img{width:60px!important;}
.logoC{left:3%;}
.topStrip{padding: 6px 0px!important;}
.sliderC{margin: 63px 0px 0px!important;}
.navBar{height: 35px;}
.footmenu{margin: 0px 0px 13px;}
.footlogo { float: left;}
.footlogo img{width:190px;}
.copyright{margin: 30px 0px 0px;}
.WH-cnt {
    margin-top: 20px;
}

.banner{margin: 63px 0px 0px;}
.about-IP{padding: 30px 0px;}
.line{display:none;}
.txtl {
    padding-right: 0px;
    padding-bottom: 18px;
    margin-bottom: 18px;
    border-bottom: 1px solid #FFF;
}
.txtr {
    padding-left: 0px;
}
.vision-box h3{font-size: 20px;margin: 0px 0px 12px;}
.vision-box p{line-height:20px;}
.MVD{padding: 30px 0px;}
.top-crv{margin-top: -24px;height: 25px;}

.offer-list-out{margin-top:20px;}
.offer-list ul{font-size:12px;}

.I-detail{margin-bottom:20px;}
.enq-img{margin-top:20px;}
.address-box{margin-top:10px; height:auto;}

}




@media (min-width: 605px) and (max-width:749px) {



}




@media (min-width: 734px) and (max-width:736px){



}




@media (min-width: 682px) and (max-width:684px) {



}



@media (min-width: 666px) and (max-width:667px) {



}




@media (min-width: 665px) and (max-width:667px){



}

@media (min-width: 635px) and (max-width:640px) {



}


@media (min-width:600px) and (max-width:750px){



}




@media (min-width: 569px) and (max-width:597px) {



}



@media (min-width: 567px) and (max-width:568px){



}




@media (min-width: 415px) and (max-width:565px) {


}

@media (min-width: 445px) and (max-width:446px) {



}

@media (max-width:479px){



}


@media (max-width:540px){



}

@media (max-width:600px){

.about-img-box{margin-right:0px;}

}

@media (max-width: 500px){

.copyright p{text-align:center; float:none;}
.footsocialMedia{margin: 5px auto 0px;float: none; display:table;}

}

@media (min-width: 415px) and (max-width:460px) {



}



@media (min-width: 410px) and (max-width: 414px){



}

@media (max-width: 414px){



}

@media (max-width: 400px){

.numb-outer {float: right;}
#cssmenu{top: 38px !important;}
#cssmenu{width: 65% !important;}

}

@media (min-width: 385px) and (max-width:409px) {


}



@media (min-width: 381px) and (max-width:384px) {



}



@media (min-width: 376px) and (max-width:380px) {


}




@media (min-width: 372px) and (max-width:375px) {



}



@media (min-width: 355px) and (max-width:360px) {



}



@media (min-width: 310px) and (max-width:375px){




}