@charset "utf-8";
/* CSS Document */

@font-face {
    font-family:'Segoe UI Semibold';
    src: url('../font/Segoe UI Semibold.eot');
	src: url('../font/Segoe UI Semibold.eot?#iefix') format('embedded-opentype'),
		url('../font/Segoe UI Semibold.woff2') format('woff2'),
		url('../font/Segoe UI Semibold.woff') format('woff'),
		url('../font/Segoe UI Semibold.svg#Segoe UI Semibold') format('svg');
    font-weight: 600;
    font-style: normal;
    font-stretch: normal;
    unicode-range: U+0020-02DC;
}


#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:#000; font-size:14px;font-family: 'Raleway', 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 {
    background: none;
    height: auto;
    margin: 0px;
    padding: 0px;
    /*position: absolute;*/
    top: 0;
    width: 100%;
    z-index: 5;
}
.tophead {
    padding:8px 0px 20px;
	background:url(../images/tophead.jpg) no-repeat;
	background-size: 100% 100%;
}

.arab-logo{
    height: auto;
    margin: 31px 0px 0px;
    overflow: hidden;
    padding: 0;
    width: auto;
}
.logoC {
    height: auto;
    margin: 0px 0px 0px;
    overflow: hidden;
    padding: 0;
    width: auto;
}
.logoC img {
    -webkit-transition: all 0.6s ease-in-out;
}
.flt-right {
    float: right;
	margin:53px 0px 0px;
}
.flt-right h6{color:#3c3c3c; font-size:16px;font-family: 'Oswald', sans-serif; margin:0px; font-weight:400;}
.flt-right .fa{margin-right:7px;font-size:20px; text-align:center;}
.flt-right h6 a{color:#3c3c3c;}
.N-box{float:left; margin-right:25px;margin-top:9px;}
.M-box{float:left;margin-top:9px;margin-right:25px}
.menu-sec {
    background:#81ad0a;
    min-height: 40px;
}
.H-rdmr{
    background:#69b345;
    color: #FFF;
    padding:7px 19px;
    font-size: 16px;
    text-transform: uppercase;
    transition: all 0.4s ease 0s;
    border: none;
    float: left;
	font-weight:400;
    margin:0px 0px 0px;
	font-family: 'Oswald', sans-serif;
}
.H-rdmr:hover{background: #71232e; color:#FFFFFF;}

.menusec{margin:0px 0px 0px; float:left;-webkit-transition: all .6s ease-in-out;}
#cssmenu{float:left; background:none !important; z-index:1!important; margin:0px;-webkit-transition: all 0.6s ease-in-out;}
#cssmenu > ul > li > a{color:#FFF!important;font-size:16px !important;font-weight:400 !important;padding:12px 35px 12px;text-transform: uppercase !important;font-family: 'Ropa Sans', sans-serif;-webkit-transition: all 0.6s ease-in-out; letter-spacing:2px;}
#cssmenu ul ul li a{color:#FFF !important;background:#3c3c3c!important;/*width:285px!important;*/font-size:16px !important; padding:11px 15px!important; text-transform:none!important;font-family: 'Ropa Sans', 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:35px;}
#cssmenu > ul > li:hover > a{color:#FFF !important; background:#71232e;}
#cssmenu > ul > li a.active{color:#FFF !important;background:#71232e;}
#cssmenu ul li ul li a:hover{color:#FFF !important; background:#71232e!important; transition: all 0.4s ease-in-out 0s;}
.menusec #cssmenu > ul > li{background:url(../images/mline.png) no-repeat right center;}

.sliderC {
    margin:0px 0px 0px;
    overflow: hidden;
    padding: 0px;
    position: relative;
    width: 100%;
    -webkit-transition: all 0.6s ease-in-out;
}
.sliderC img {
    width: 100%;
}
.carousel-indicators {
    left: 91%;
    margin: 0;
    top:38%;
    width:2%;
}
.carousel-indicators .active {
    width:21px;
    height:21px;
    margin: 1px;
    margin-bottom: 10px;
    background-color: #e5e5e5;
	border: none;
}
.carousel-indicators li {
    border: none;
    display: table;
    margin-bottom:10px;
    background-color: #651f29;
    width:21px;
    height:21px;
}
.top-stripe{height:1px; background:rgba(0, 0, 0, 0.3); position:absolute; top:0; width:100%;}
.banner-B{-webkit-clip-path: polygon(0 0%, 0% 100%, 100% 100%);clip-path:polygon(0 0%, 0% 100%, 102% 100%);height:68px;width:100%;background:#FFFFFF;position:absolute;bottom:-1px;}
.services{height:auto; width:auto; overflow:hidden; padding:25px 0px 154px;}
.services h3 {
    font-size:27px;
    font-weight:700;
    color: #81ad0a;
    text-transform: uppercase;
    margin: 0px 0px 30px;
    line-height: 25px;
	letter-spacing: 2px;
	text-align:center;
}
.services p{
    color: #3c3c3c;
    line-height: 20px;
    font-size: 15px;
    margin: 0px 0px 30px;
    font-family: 'Lato', sans-serif;
	text-align:center;
}
.service-outer {
    height: auto;
    width: auto;
    overflow: hidden;
	background:url(../images/sbg.jpg) no-repeat;
	background-size: 100% 100%;
	padding:48px 30px 0px 34px;
	min-height:450px;
}
.icn-img{height:44px; width:44px; border:1px solid #FFF; background:#016b0f;display: table;margin:0px auto 0px;border-radius: 50%; position:absolute; top:0; left:0; right:0;}
.icn-img img{width:100%;}
.ser-O{ position:relative; padding-top:22px; }
.service-outer h4{font-size:20px; text-align:left; text-transform:none; margin:0px 0px 20px; font-weight:400; color:#FFFFFF;}
.service-outer h4 span{font-weight:500; font-size:21px; text-transform:uppercase;}
.service-outer ul {
    margin: 0px 0px 0px;
    padding: 0px;
	min-height: 270px;
}
.service-outer ul li {
    line-height: 18px;
    list-style: outside none none;
    margin-bottom: 8px;
    padding-left:15px;
    position: relative;
    text-align: left;
    color: #FFF;
    font-size: 14px;
	font-weight:400;
    float: none;
    display: table;
}
.service-outer ul li::before {
    position: absolute;
    height:9px;
    width:7px;
    content: '';
    background: url(../images/sb.png);
    left: 0;
    top: 4px;
}
.rdmr{
    background: #71232e;
    color: #FFF;
    padding:11px 19px;
    font-size: 13px;
    text-transform: uppercase;
    transition: all 0.4s ease 0s;
    border: 1px solid #71232e;
    float: left;
	font-weight:700;
    margin: 25px 0px 0px;
}
.rdmr:hover{background:#016b0f; color:#FFFFFF;}
.abt-US{height:auto; width:auto; overflow:hidden; margin-bottom:3px; background:url(../images/abtbg.jpg) no-repeat;background-size: 100% 100%; padding:60px 0px 85px;}
.abt-img {
    width: auto;
    height: auto;
    overflow: hidden;
    display: none;
}
.abt-img img{width:100%;}
.abt-US h3{ color:#81ad0a; margin:0px 0px 14px; font-weight:300; text-align:left; text-transform:none; font-size:30px;}
.abt-US h3 span{font-weight:900; color:#538b05;}
.abt-US p{color:#3c3c3c; line-height:20px; font-size:15px; margin:0px 0px 30px;font-family: 'Lato', sans-serif;}

.abt-US ul {
    margin: 0px 0px 0px;
    padding: 0px;
	width: 50%;
}
.abt-US ul li {
    line-height: 18px;
    list-style: outside none none;
    margin-bottom:1px;
    padding:4px 0px 5px 20px;
    position: relative;
    text-align: left;
    color: #FFF;
    font-size: 14px;
    font-weight: 400;
	background:#a9ce36;
	font-family: 'Lato', sans-serif;
}
.abt-US ul li::before {
    position: absolute;
    height:5px;
    width:4px;
    content: '';
    background: url(../images/gli.png);
    left:10px;
    top:11px;
}
.abt-US .col-lg-7 {
    width: 64%;
}
.abt-US .col-lg-5 {
    width: 36%;
}
.rdmrA{
    background: #71232e;
    color: #FFF;
    padding:12px 19px;
    font-size: 13px;
    text-transform: uppercase;
    transition: all 0.4s ease 0s;
    border: 1px solid #71232e;
    float: left;
	font-weight:700;
    margin:12px 0px 0px;
}
.rdmrA:hover{background:#016b0f; color:#FFFFFF;}
.foot-outer{height:auto; width:auto; overflow:hidden; background:url(../images/footer.jpg);}
.footer {
    height: auto;
    margin: 0;
    overflow: hidden;
    padding:70px 0px 60px;
    color: #FFF;
	border-bottom:1px solid rgba(255, 255, 255, 0.1);
}
.footer h5 {
    font-size: 13px;
    margin: 0px 0px 18px;
    text-transform: uppercase;
    font-weight:700;
}
.footmenu {
    height: auto;
    overflow: hidden;
    padding: 0;
    width: auto;
	margin:0px;	
}
.footmenu li {
    font-size: 13px;
    line-height: 20px;
    margin: 0;
	font-weight:400;
    outline: medium none;
    text-transform: none;
	font-family: 'Lato', sans-serif;
}
.footmenu li a {
    color: #FFF;
    transition: all 0.4s ease-in-out 0s;
}
.footmenu li a:hover {
    color: #81ad0a;
    transition: all 0.4s ease-in-out 0s;
	padding-left:2px;
}
.foot-title{float:right;}
.foot-title h4{font-size:22px; margin:0px; text-transform:uppercase; font-weight:700;}
.foot-title h6{font-size:20px; margin:0px; text-transform:none; font-weight:400;}
.socialMedia {
    overflow: hidden;
    margin:0px 16px 0px 0px;
    padding: 0px;
    height: auto;
    width: auto;
	float:left;
}
.socialMedia li {
    border:2px solid #FFF;
    display: block;
    float: left;
    margin: 0px 6px 0px 0px;
    overflow: hidden;
    padding: 0px;
    text-align: center;
    width: 34px;
	border-radius: 50%;
}
.socialMedia li a {
    color: #fff;
    text-align: center;
    text-decoration: none;
}
.socialMedia li .fa {
    line-height:30px;
    display: block;
    transition: all 0.4s ease-in-out 0s;
    font-size: 18px;
}
.copyright {
    height: auto;
    margin: 0px;
    padding:24px 0px;
    overflow: hidden;
}
.socialMedia li a:hover .fa{ background:#fff; color:#252525;transition:all 0.4s ease-in-out 0s;}
.copyright p {
    font-size: 12px;
    margin: 0px;
    text-align: left;
    font-family: Arial, Helvetica, sans-serif;
	color:#FFFFFF;
	line-height: 34px;
	float:left;
}
.copyright p a{color:#FFFFFF;}


/*contactus*/


.banner {
    height: auto;
    overflow: hidden;
    width: auto;
    margin:0px 0px 0px;
    position: relative;
}
.banner img {
    width: 100%;
}
.contactus {
    height: auto;
    width: auto;
    overflow: hidden;
    margin:18px 0px 50px;
}
.contactus h2 {
    text-align: left;
    text-transform: uppercase;
    margin: 0px 0px 44px;
    color: #538b05;
    font-size: 27px;
    line-height: 26px;
	font-weight:700;
	letter-spacing:3px;
}
.form-box h6{color:#3c3c3c; font-size:15px; text-align:left;font-family: 'Lato', sans-serif; font-weight:400; margin:0px 0px 30px;}
.form-box label {
    display: block;
    color: #3c3c3c;
    font-size: 12px;
    font-family: 'Lato', sans-serif;
    font-weight: normal;
    margin-bottom:5px;
}
.txtfielDF {
    border: 1px solid #cacaca;
    color: #000;
    background: #FFF;
    font-size: 13px;
    height:40px;
    margin: 0px 0px 18px 0px;
    padding: 0px 0px 0px 10px;
    width: 100%;
	font-family: 'Lato', sans-serif;
}
.txtfielC {
    border: 1px solid #cacaca;
    color: #000;
    background: #FFF;
    font-size: 12px;
    height: 90px;
    margin: 0px;
    padding: 0px 0px 0px 10px;
    width: 100%;
    font-family: 'Lato', sans-serif;
	margin:0px;
}
.submitBtn2:hover {
    background: #71232e;
	color:#FFFFFF;
}
.submitBtn2 {
    background: #538b05;
    color: #FFF;
    padding: 12px 20px;
    text-transform: uppercase;
    transition: all 0.4s ease 0s;
    display: table;
    float: left;
    margin:20px 0px 0px 0px;
    border: none;
	font-family: 'Lato', sans-serif;
	font-size:13px;
}
.form-box{margin-right: 35px;}
.address-box{margin-left:35px;}
.address-box h6{color:#3c3c3c; font-size:15px; text-align:left;font-family: 'Lato', sans-serif; font-weight:400; margin:0px 0px 30px; text-transform:uppercase;}
.add-box {
    background: #538b05;
    overflow: hidden;
    padding:24px 0px 24px 30px;
    margin: 0px 0px 10px;
}
.ipaddress-box {
    overflow: hidden;
}
.ipaddboxicn {
    display: table;
    float: left;
    overflow: hidden;
    margin-right: 20px;
	margin-top: 5px;
}
.ipaddboxcnt {
    display: table;
    float: left;
    overflow: hidden;
}
.ipaddboxcnt p {
    color: #FFF;
    margin: 0;
    text-transform: none;
    line-height:20px;
	font-size:13px;
	font-family: 'Lato', sans-serif;
}
.ipaddboxcnt p span{ text-transform:uppercase;}
.contctZ{}
.CZ-T{ background:#538b05; overflow:hidden; margin-right:1px; float:left; padding:0px 25px;}
.CZ-T h5{text-align:center; color:#FFFFFF; text-transform:uppercase; font-size:20px;font-family: 'Lato', sans-serif;line-height: 103px;}
.CZ-C{background:#538b05; overflow:hidden; padding:17px 0px 16px 25px;}
.CZ-C p{line-height:30px; margin:0px; color:#FFF; font-size:13px;font-family: 'Lato', sans-serif;}
.CZ-C p a{ color:#FFF;}
.CZ-C .fa {
    color: #FFF;
    margin-right:10px;
}
.mapdv {
    height: auto;
    width: auto;
    overflow: hidden;
    margin-top: 30px;
}

.aboutus {
    height: auto;
    width: auto;
    overflow: hidden;
    margin:18px 0px 50px;
}
.aboutus h2 {
    text-align: left;
    text-transform: uppercase;
    margin: 0px 0px 44px;
    color: #538b05;
    font-size: 27px;
    line-height: 26px;
	font-weight:700;
	letter-spacing:3px;
}
.aboutus p{color:#3c3c3c; line-height:20px; margin:0px 0px 18px; text-align:left;font-family: 'Lato', sans-serif; font-size:15px;}

.MV-box{background:#e6e6e7; position:relative; padding:50px 20px 30px 30px;min-height: 198px;margin-top: 100px;}
.MV-box h5{color:#a7c625; font-weight:700;font-family: 'Lato', sans-serif; text-align:left; text-transform:uppercase; font-size:18px; margin:0px 0px 20px;}
.aboutus ul{
    margin: 35px 0px 0px;
    padding: 0px;
	float:left;
}
.aboutus ul li {
    line-height:26px;
    list-style: outside none none;
    padding:0px 0px 0px 10px;
    position: relative;
    text-align: left;
    color: #538b05;
    font-size: 16px;
    font-weight:700;
    font-family: 'Lato', sans-serif;
}
.aboutus ul li::before {
    position: absolute;
    height: 5px;
    width: 4px;
    content: '';
    background: url(../images/gli2.png);
    left:0;
    top: 11px;
}

.MV-box ul {
    margin:0px 0px 0px;
    padding: 0px;
	float:left;
}
.MV-box ul li {
    line-height:26px;
    list-style: outside none none;
    padding:0px 0px 0px 16px;
    position: relative;
    text-align: left;
    color: #538b05;
    font-size: 16px;
	font-weight:400;
    font-family: 'Lato', sans-serif;
}
.MV-box ul li::before {
    position: absolute;
    height:7px;
    width:8px;
    content: '';
    background: url(../images/mv.png);
    left:0;
    top: 11px;
}
.pos-img{position:absolute; top:-130px; left:0;}

.about-img{height:auto; width:auto; overflow:hidden; float:right;}
.about-img img{width:100%;}
.pdng6{padding-left:3px; padding-right:3px;}
.mrgn6{margin-left:-3px; margin-right:-3px;}
.clint-img {
    height: auto;
    width: auto;
    overflow: hidden;
	border:1px solid #c4c4c4;
	margin-bottom:7px;
}
.clint-img img {
    width: 100%;
    transition: all 0.4s ease 0s;
}
.clint-img:hover img {
    transform: scale(1.1);
    transition: all 0.4s ease 0s;
}
.col5{width:20%; float: left;}
.serv-img{height:auto; width:auto; overflow:hidden;}
.serv-img img{width:100%;}
.serv-Cnt{margin-left:20px;}
.serv-Cnt h4{color:#3c3c3c; line-height:20px; text-align:left;font-family: 'Lato', sans-serif; font-weight:400; font-size:15px; margin:0px 0px 20px;}
.serviceIP ul {
    margin:0px 0px 0px;
    padding: 0px;
    float: left;
}
.serviceIP ul li {
    line-height: 26px;
    list-style: outside none none;
    padding: 0px 0px 0px 10px;
    position: relative;
    text-align: left;
    color: #538b05;
    font-size: 16px;
    font-weight: 700;
    font-family: 'Lato', sans-serif;
}
.serviceIP ul li::before {
    position: absolute;
    height: 5px;
    width: 4px;
    content: '';
    background: url(../images/gli2.png);
    left: 0;
    top: 11px;
}
.serviceIP .col-lg-8 {
    width: 64%;
}
.serviceIP .col-lg-4 {
    width: 36%;
}
.serviceIP {
    height: auto;
    width: auto;
    overflow: hidden;
    margin:18px 0px 0px;
}
.serviceIP h2 {
    text-align: left;
    text-transform: uppercase;
    margin: 0px 0px 44px;
    color: #538b05;
    font-size: 27px;
    line-height: 26px;
	font-weight:700;
	letter-spacing:3px;
}
.S-mrgn{margin-bottom:50px;}
.S-mrgn h6{font-weight:700;font-family: 'Lato', sans-serif; text-align:left; font-size:16px; margin:0px 0px 20px;}
.S-mrgn h5{font-weight:700;font-family: 'Lato', sans-serif; text-align:left; font-size:16px; margin:0px 0px 8px; text-transform:uppercase;}























@media (min-width: 1020px) and (max-width:1024px) {

#cssmenu > ul > li > a{font-size:13px !important;padding:13px 13px 13px!important;}
.logoC img{width:170px;}
.flt-right {
    float: right;
    margin:16px 0px 0px;
}
.flt-right h6{font-size:10px;}
.N-box{margin-right: 10px;}
.M-box{margin-right: 10px;}
.arab-logo img{width:80px;}
.arab-logo{margin: 13px 0px 0px;}
.H-rdmr{font-size:11px;padding: 7px 16px;}
.flt-right .fa{font-size: 11px;height: 20px;line-height: 20px;}
.service-outer h4{font-size:14px;}
.service-outer h4 span{font-size:16px;}
.service-outer ul{min-height:281px;}
.services{padding: 25px 0px 84px;}
.abt-US h3{font-size:20px;}
.abt-US p{font-size:12.5px;line-height: 18px;}
.abt-US ul{width:80%;}
.abt-US{padding: 24px 0px 24px;}
.abt-img {
    display: none;
}
.footer{padding: 25px 0px 30px;}
.foot-title h4{font-size:16px;}
.foot-title h6{font-size: 14px;}
.MV-box{margin-top: 125px;}


}




@media (min-width:960px) and (max-width:966px) {

#cssmenu > ul > li > a{font-size:13px !important;padding:13px 13px 13px!important;}
/*#cssmenu ul ul li a{font-size: 13px !important;padding: 12px 15px !important;}*/

.logoC img{width:170px;}
.flt-right {
    float: right;
    margin:16px 0px 0px;
}
.flt-right h6{font-size:10px;}
.N-box{margin-right: 10px;}
.M-box{margin-right: 10px;}
.arab-logo img{width:80px;}
.arab-logo{margin: 13px 0px 0px;}
.H-rdmr{font-size:11px;padding: 7px 16px;}
.flt-right .fa{font-size: 11px;height: 20px;line-height: 20px;}
.menu-sec{ min-height:auto;}
.service-outer{padding: 48px 15px 0px 15px;min-height: 410px;}
.service-outer h4{font-size:12px;}
.service-outer h4 span{font-size: 13px;}
.service-outer ul li{font-size:11px;}
.service-outer ul{min-height:263px;}
.services{padding: 25px 0px 84px;}
.abt-US h3{font-size:20px;}
.abt-US p{font-size:12.5px;line-height: 18px;}
.abt-US ul{width:80%;}
.abt-US{padding: 24px 0px 24px;}
.abt-img {
    display: none;
}
.footer{padding: 25px 0px 30px;}
.foot-title h4{font-size:16px;}
.foot-title h6{font-size: 14px;}

.address-box{margin-left:0px;}
.CZ-T h5{font-size:15px;}
.CZ-T{padding: 0px 18px}
.CZ-C{padding: 17px 0px 16px 18px;}
.MV-box{min-height: 217px;}


}




@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:#686868;}
#cssmenu{width:90%!important; float:right; position:fixed!important; top:95px!important; right:13px!important; z-index:1500; margin:0px!important;}
#cssmenu > ul > li > a{font-size:13px!important; padding:15px !important; color:#FFF!important; }
#cssmenu ul ul li a{width:auto!important;font-size:13px!important;margin-left:0px !important;}
/*#cssmenu > ul > li a:hover{color:#71232e !important;}*/
/*#cssmenu .submenu-button {width:100% !important;}*/
/*#cssmenu > ul > li a.active{background:none;}
#cssmenu ul li a:hover{background:none;}
#cssmenu > ul > li:hover > a{background:none;}
#cssmenu > ul > li a.active{ background:none;}*/
/*#cssmenu > ul > li a.active {
    border-bottom-color:#686868;
}*/
#cssmenu > ul > li > a{ border-bottom-color:#686868;}
/*#cssmenu > ul > li a:hover {border-bottom-color:#686868!important;}*/

#cssmenu ul{margin-top:43px;}

.abt-img{display:block;}


}




@media (min-width: 766px) and (max-width:768px){

.logoC img{width:170px;}
.flt-right {
    float: right;
    margin:16px 0px 0px;
}
.flt-right h6{font-size:10px;}
.N-box{margin-right: 10px;}
.M-box{margin-right: 10px;}
.arab-logo img{width:80px;}
.arab-logo{margin: 13px 0px 0px;}
.H-rdmr{font-size:11px;padding: 7px 16px;}
.flt-right .fa{font-size: 11px;height: 20px;line-height: 20px;}
.menu-sec{ min-height:auto;}
.service-outer{padding: 48px 15px 0px 15px;min-height: 412px;}
.service-outer h4{font-size:12px;}
.service-outer h4 span{font-size: 13px;}
.service-outer ul li{font-size:11px;}
.service-outer ul{min-height:263px;}
.services{padding: 25px 0px 84px;}
.abt-US h3{font-size:20px;}
.abt-US p{font-size:12.5px;line-height: 18px;}
.abt-US ul{width:80%;}
.abt-US{padding: 24px 0px 24px;}
.abt-img {
    display: none;
}
.footer{padding: 25px 0px 30px;}
.foot-title h4{font-size:16px;}
.foot-title h6{font-size: 14px;}

.address-box{margin-left:0px;}
.CZ-T h5{font-size:15px;}
.CZ-T{padding: 0px 18px}
.CZ-C{padding: 17px 0px 16px 18px;}
#cssmenu{top: 53px !important;right: 34px !important;}
.MV-box{min-height: 217px;}

}





@media (max-width: 750px){

.tophead{padding: 8px 0px 10px;}
.logoC img{width:150px;}
.flt-right {
    float: right;
    margin:0px 0px 0px;
}
.flt-right h6{font-size:10px;}
.flt-right .fa{font-size: 12px;height: 20px;line-height: 20px;}
.menu-sec{ min-height:32px;}
.ser-O{margin-bottom:20px;}
.service-outer h4{font-size:16px;}
.service-outer h4 span{font-size:18px;}
.service-outer ul{min-height: auto;}
.service-outer{min-height: auto;}
.services{padding: 20px 0px 24px;}
.services h3{font-size: 24px;margin: 0px 0px 18px;}
.abt-US .col-lg-7 {
    width:100%;
}
.abt-US .col-lg-5 {
    width:100%;
}
.abt-US h3{font-size:24px;}
.abt-US{background:#ebebeb;padding: 30px 0px 30px;}
.abt-US ul{width:100%;}
.abt-img{margin-top:25px;}
.footer{padding: 25px 0px 30px;}
.footer h5{margin: 0px 0px 10px;}
.footmenu{margin: 0px 0px 20px;}
.foot-title h4{font-size:16px;}
.foot-title h6{font-size: 14px;}
.foot-title {
    float: none;
}
.copyright p{line-height:18px; margin-top:15px;}
.carousel-indicators{display:none;}

.aboutus h2{font-size:24px;margin: 0px 0px 24px;}
.about-img{float:none; margin-top:20px;}
.banner-B{height: 35px;}

.contactus h2{font-size:24px;margin: 0px 0px 24px;}
.address-box{margin-top:25px;margin-left: 0px;}
.CZ-T{float:none;margin-right:0px; margin-bottom:1px;}
.CZ-T h5{line-height:60px;}

.serviceIP h2{font-size:24px;margin: 0px 0px 24px;}
.serviceIP .col-lg-4 {
    width:100%;
}
.serviceIP .col-lg-8 {
    width:100%;
}
.serv-img{margin-bottom:20px;}
.serv-Cnt {
    margin-left:0px;
}

.arab-logo{position: absolute;margin:10px 0px 0px;top: -82px;right: 17px;}
.N-box{margin-right:10px;margin-top: 5px;}
.M-box{margin-right:10px;margin-top: 5px;}
.arab-logo img{width:80px;}
.H-rdmr{font-size:10px;}
.H-rdmr{padding: 6px 5px;}

.MV-box{margin-top: 155px;}
.col5{width:33.33%;}

}




@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 (min-width: 461px) and (max-width:525px) {



}

@media (max-width: 500px){

.col5{width:100%;}

}

@media (min-width: 415px) and (max-width:460px) {



}



@media (min-width: 410px) and (max-width: 414px){



}

@media (max-width: 410px){



}

@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:320px){




}