*, *::after, *::before{-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box;}
*::after, *::before{content:'';}
body{}
a{color:#1e6074;text-decoration:none;}
html, body{height:100%;}
header{z-index:3;}
.cd-logo, .cd-nav-trigger{position:fixed;display:inline-block;}
.cd-logo{top:28px;left:5%;}
.cd-logo img{display:block;}
.cd-nav-trigger{top:18px;right:5%;height:44px;width:44px;z-index:5;overflow:hidden;text-indent:100%;white-space:nowrap;}
.cd-nav-trigger .cd-icon{position:absolute;left:50%;top:50%;bottom:auto;right:auto;-webkit-transform:translateX(-50%) translateY(-50%);-moz-transform:translateX(-50%) translateY(-50%);-ms-transform:translateX(-50%) translateY(-50%);-o-transform:translateX(-50%) translateY(-50%);transform:translateX(-50%) translateY(-50%);display:inline-block;width:18px;height:3px;background-color:#ffffff;z-index:10;}
.cd-nav-trigger .cd-icon::before, .cd-nav-trigger .cd-icon:after{position:absolute;top:0;right:0;width:100%;height:100%;background-color:#ffffff;-webkit-transform:translateZ(0);-moz-transform:translateZ(0);-ms-transform:translateZ(0);-o-transform:translateZ(0);transform:translateZ(0);-webkit-backface-visibility:hidden;backface-visibility:hidden;-webkit-transition:-webkit-transform .3s;-moz-transition:-moz-transform .3s;transition:transform .3s;}
.cd-nav-trigger .cd-icon::before{-webkit-transform:translateY(-6px) rotate(0deg);-moz-transform:translateY(-6px) rotate(0deg);-ms-transform:translateY(-6px) rotate(0deg);-o-transform:translateY(-6px) rotate(0deg);transform:translateY(-6px) rotate(0deg);}
.cd-nav-trigger .cd-icon::after{-webkit-transform:translateY(6px) rotate(0deg);-moz-transform:translateY(6px) rotate(0deg);-ms-transform:translateY(6px) rotate(0deg);-o-transform:translateY(6px) rotate(0deg);transform:translateY(6px) rotate(0deg);}
.cd-nav-trigger::before, .cd-nav-trigger::after{position:absolute;top:0;left:0;border-radius:50%;height:100%;width:100%;-webkit-transform:translateZ(0);-moz-transform:translateZ(0);-ms-transform:translateZ(0);-o-transform:translateZ(0);transform:translateZ(0);-webkit-backface-visibility:hidden;backface-visibility:hidden;-webkit-transition-property:-webkit-transform;-moz-transition-property:-moz-transform;transition-property:transform;}
.cd-nav-trigger::before{background-color:#000;-webkit-transform:scale(1);-moz-transform:scale(1);-ms-transform:scale(1);-o-transform:scale(1);transform:scale(1);-webkit-transition-duration:0.3s;-moz-transition-duration:0.3s;transition-duration:0.3s;-webkit-transition-delay:0.4s;-moz-transition-delay:0.4s;transition-delay:0.4s;}
.cd-nav-trigger::after{background-color:#000;-webkit-transform:scale(0);-moz-transform:scale(0);-ms-transform:scale(0);-o-transform:scale(0);transform:scale(0);-webkit-transition-duration:0s;-moz-transition-duration:0s;transition-duration:0s;-webkit-transition-delay:0s;-moz-transition-delay:0s;transition-delay:0s;}
.cd-nav-trigger.close-nav::before{-webkit-transform:scale(0);-moz-transform:scale(0);-ms-transform:scale(0);-o-transform:scale(0);transform:scale(0);}
.cd-nav-trigger.close-nav::after{-webkit-transform:scale(1);-moz-transform:scale(1);-ms-transform:scale(1);-o-transform:scale(1);transform:scale(1);-webkit-transition-duration:0.3s;-moz-transition-duration:0.3s;transition-duration:0.3s;-webkit-transition-delay:0.4s;-moz-transition-delay:0.4s;transition-delay:0.4s;}
.cd-nav-trigger.close-nav .cd-icon{background-color:#000;}
.cd-nav-trigger.close-nav .cd-icon::before, .cd-nav-trigger.close-nav .cd-icon::after{background-color:white;}
.cd-nav-trigger.close-nav .cd-icon::before{-webkit-transform:translateY(0) rotate(45deg);-moz-transform:translateY(0) rotate(45deg);-ms-transform:translateY(0) rotate(45deg);-o-transform:translateY(0) rotate(45deg);transform:translateY(0) rotate(45deg);}
.cd-nav-trigger.close-nav .cd-icon::after{-webkit-transform:translateY(0) rotate(-45deg);-moz-transform:translateY(0) rotate(-45deg);-ms-transform:translateY(0) rotate(-45deg);-o-transform:translateY(0) rotate(-45deg);transform:translateY(0) rotate(-45deg);}
.cd-primary-nav{position:fixed;left:0;top:0;height:100%;width:100%;padding:80px 5%;z-index:3;background-color:#000;overflow:auto;-webkit-overflow-scrolling:touch;visibility:hidden;opacity:0;-webkit-transition:visibility 0s, opacity 0.3s;-moz-transition:visibility 0s, opacity 0.3s;transition:visibility 0s, opacity 0.3s;}
.cd-primary-nav li{margin:1.6em 0;text-align:center;text-transform:capitalize;}
.cd-primary-nav a{font-size:20px;font-size:3rem;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;-webkit-transition:color 0.2s;-moz-transition:color 0.2s;transition:color 0.2s;}
.no-touch .cd-primary-nav a:hover{color:#ffffff;}
.cd-primary-nav.fade-in{visibility:visible;opacity:1;}
@media only screen and (min-width:768px){.cd-primary-nav li{margin:2em 0;}
.cd-primary-nav a{font-size:28px;font-size:3rem;}
}
@media only screen and (min-width:1170px){.cd-primary-nav li{margin:2.6em 0;}
.cd-primary-nav a{font-size:32px;font-size:3rem;}
}
.cd-overlay-nav, .cd-overlay-content{position:fixed;top:18px;right:5%;height:4px;width:4px;-webkit-transform:translateX(-20px) translateY(20px);-moz-transform:translateX(-20px) translateY(20px);-ms-transform:translateX(-20px) translateY(20px);-o-transform:translateX(-20px) translateY(20px);transform:translateX(-20px) translateY(20px);}
.cd-overlay-nav span, .cd-overlay-content span{display:inline-block;position:absolute;border-radius:50%;-webkit-transform:translateZ(0);-moz-transform:translateZ(0);-ms-transform:translateZ(0);-o-transform:translateZ(0);transform:translateZ(0);-webkit-backface-visibility:hidden;backface-visibility:hidden;will-change:transform;-webkit-transform-origin:50% 50%;-moz-transform-origin:50% 50%;-ms-transform-origin:50% 50%;-o-transform-origin:50% 50%;transform-origin:50% 50%;-webkit-transform:scale(0);-moz-transform:scale(0);-ms-transform:scale(0);-o-transform:scale(0);transform:scale(0);}
.cd-overlay-nav.is-hidden, .cd-overlay-content.is-hidden{opacity:0;visibility:hidden;-webkit-transition:opacity .3s 0s, visibility 0s .3s;-moz-transition:opacity .3s 0s, visibility 0s .3s;transition:opacity .3s 0s, visibility 0s .3s;}
.cd-overlay-nav{z-index:2;}
.cd-overlay-nav span{background-color:#d63e44;}
.cd-overlay-content{z-index:4;}
.cd-overlay-content span{background-color:#d63e44;}
.cd-content{padding:80px 0;width:90%;max-width:768px;margin:0 auto;z-index:1;}
.cd-content .cd-intro{height:200px;padding-top:4.6em;}
.cd-content h1{text-align:center;font-size:20px;font-size:1.25rem;}
.cd-content p{line-height:1.5;color:#a76500;}
@media only screen and (min-width:768px){.cd-content .cd-intro{height:250px;padding-top:6em;}
.cd-content h1{font-size:28px;font-size:1.75rem;}
.cd-content p{font-size:18px;font-size:1.125rem;line-height:1.8;}
}
.scrollToTop{color:#444;display:none;font-weight:bold;position:fixed;right:15px;text-align:center;text-decoration:none;z-index:1000;}
*{outline:0 none;}








/***************************************

NEW Landing Page css 03-Aug-2018

***************************************/

/* raleway-100 - latin */
@font-face {
  font-family: 'Raleway';
  font-style: normal;
  font-weight: 100;
  src: url('fonts/raleway-v12-latin-100.eot'); /* IE9 Compat Modes */
  src: local('Raleway Thin'), local('Raleway-Thin'),
       url('fonts/raleway-v12-latin-100.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('fonts/raleway-v12-latin-100.woff2') format('woff2'), /* Super Modern Browsers */
       url('fonts/raleway-v12-latin-100.woff') format('woff'), /* Modern Browsers */
       url('fonts/raleway-v12-latin-100.ttf') format('truetype'), /* Safari, Android, iOS */
       url('fonts/raleway-v12-latin-100.svg#Raleway') format('svg'); /* Legacy iOS */
}

/* raleway-200 - latin */
@font-face {
  font-family: 'Raleway';
  font-style: normal;
  font-weight: 200;
  src: url('fonts/raleway-v12-latin-200.eot'); /* IE9 Compat Modes */
  src: local('Raleway ExtraLight'), local('Raleway-ExtraLight'),
       url('fonts/raleway-v12-latin-200.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('fonts/raleway-v12-latin-200.woff2') format('woff2'), /* Super Modern Browsers */
       url('fonts/raleway-v12-latin-200.woff') format('woff'), /* Modern Browsers */
       url('fonts/raleway-v12-latin-200.ttf') format('truetype'), /* Safari, Android, iOS */
       url('fonts/raleway-v12-latin-200.svg#Raleway') format('svg'); /* Legacy iOS */
}

/* raleway-300 - latin */
@font-face {
  font-family: 'Raleway';
  font-style: normal;
  font-weight: 300;
  src: url('fonts/raleway-v12-latin-300.eot'); /* IE9 Compat Modes */
  src: local('Raleway Light'), local('Raleway-Light'),
       url('fonts/raleway-v12-latin-300.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('fonts/raleway-v12-latin-300.woff2') format('woff2'), /* Super Modern Browsers */
       url('fonts/raleway-v12-latin-300.woff') format('woff'), /* Modern Browsers */
       url('fonts/raleway-v12-latin-300.ttf') format('truetype'), /* Safari, Android, iOS */
       url('fonts/raleway-v12-latin-300.svg#Raleway') format('svg'); /* Legacy iOS */
}

/* raleway-regular - latin */
@font-face {
  font-family: 'Raleway';
  font-style: normal;
  font-weight: 400;
  src: url('fonts/raleway-v12-latin-regular.eot'); /* IE9 Compat Modes */
  src: local('Raleway'), local('Raleway-Regular'),
       url('fonts/raleway-v12-latin-regular.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('fonts/raleway-v12-latin-regular.woff2') format('woff2'), /* Super Modern Browsers */
       url('fonts/raleway-v12-latin-regular.woff') format('woff'), /* Modern Browsers */
       url('fonts/raleway-v12-latin-regular.ttf') format('truetype'), /* Safari, Android, iOS */
       url('fonts/raleway-v12-latin-regular.svg#Raleway') format('svg'); /* Legacy iOS */
}

/* raleway-500 - latin */
@font-face {
  font-family: 'Raleway';
  font-style: normal;
  font-weight: 500;
  src: url('fonts/raleway-v12-latin-500.eot'); /* IE9 Compat Modes */
  src: local('Raleway Medium'), local('Raleway-Medium'),
       url('fonts/raleway-v12-latin-500.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('fonts/raleway-v12-latin-500.woff2') format('woff2'), /* Super Modern Browsers */
       url('fonts/raleway-v12-latin-500.woff') format('woff'), /* Modern Browsers */
       url('fonts/raleway-v12-latin-500.ttf') format('truetype'), /* Safari, Android, iOS */
       url('fonts/raleway-v12-latin-500.svg#Raleway') format('svg'); /* Legacy iOS */
}

/* raleway-600 - latin */
@font-face {
  font-family: 'Raleway';
  font-style: normal;
  font-weight: 600;
  src: url('fonts/raleway-v12-latin-600.eot'); /* IE9 Compat Modes */
  src: local('Raleway SemiBold'), local('Raleway-SemiBold'),
       url('fonts/raleway-v12-latin-600.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('fonts/raleway-v12-latin-600.woff2') format('woff2'), /* Super Modern Browsers */
       url('fonts/raleway-v12-latin-600.woff') format('woff'), /* Modern Browsers */
       url('fonts/raleway-v12-latin-600.ttf') format('truetype'), /* Safari, Android, iOS */
       url('fonts/raleway-v12-latin-600.svg#Raleway') format('svg'); /* Legacy iOS */
}

/* raleway-700 - latin */
@font-face {
  font-family: 'Raleway';
  font-style: normal;
  font-weight: 700;
  src: url('fonts/raleway-v12-latin-700.eot'); /* IE9 Compat Modes */
  src: local('Raleway Bold'), local('Raleway-Bold'),
       url('fonts/raleway-v12-latin-700.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('fonts/raleway-v12-latin-700.woff2') format('woff2'), /* Super Modern Browsers */
       url('fonts/raleway-v12-latin-700.woff') format('woff'), /* Modern Browsers */
       url('fonts/raleway-v12-latin-700.ttf') format('truetype'), /* Safari, Android, iOS */
       url('fonts/raleway-v12-latin-700.svg#Raleway') format('svg'); /* Legacy iOS */
}

/* raleway-800 - latin */
@font-face {
  font-family: 'Raleway';
  font-style: normal;
  font-weight: 800;
  src: url('fonts/raleway-v12-latin-800.eot'); /* IE9 Compat Modes */
  src: local('Raleway ExtraBold'), local('Raleway-ExtraBold'),
       url('fonts/raleway-v12-latin-800.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('fonts/raleway-v12-latin-800.woff2') format('woff2'), /* Super Modern Browsers */
       url('fonts/raleway-v12-latin-800.woff') format('woff'), /* Modern Browsers */
       url('fonts/raleway-v12-latin-800.ttf') format('truetype'), /* Safari, Android, iOS */
       url('fonts/raleway-v12-latin-800.svg#Raleway') format('svg'); /* Legacy iOS */
}

/* raleway-900 - latin */
@font-face {
  font-family: 'Raleway';
  font-style: normal;
  font-weight: 900;
  src: url('fonts/raleway-v12-latin-900.eot'); /* IE9 Compat Modes */
  src: local('Raleway Black'), local('Raleway-Black'),
       url('fonts/raleway-v12-latin-900.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('fonts/raleway-v12-latin-900.woff2') format('woff2'), /* Super Modern Browsers */
       url('fonts/raleway-v12-latin-900.woff') format('woff'), /* Modern Browsers */
       url('fonts/raleway-v12-latin-900.ttf') format('truetype'), /* Safari, Android, iOS */
       url('fonts/raleway-v12-latin-900.svg#Raleway') format('svg'); /* Legacy iOS */
}

.owl-carousel .animated{-webkit-animation-duration:1000ms;animation-duration:1000ms;-webkit-animation-fill-mode:both;animation-fill-mode:both}.owl-carousel .owl-animated-in{z-index:0}.owl-carousel .owl-animated-out{z-index:1}.owl-carousel .fadeOut{-webkit-animation-name:fadeOut;animation-name:fadeOut}@-webkit-keyframes fadeOut{0%{opacity:1}100%{opacity:0}}@keyframes fadeOut{0%{opacity:1}100%{opacity:0}}.owl-height{-webkit-transition:height 500ms ease-in-out;-moz-transition:height 500ms ease-in-out;-ms-transition:height 500ms ease-in-out;-o-transition:height 500ms ease-in-out;transition:height 500ms ease-in-out}.owl-carousel{display:none;width:100%;-webkit-tap-highlight-color:transparent;position:relative;z-index:1}.owl-carousel .owl-stage{position:relative;-ms-touch-action:pan-Y}.owl-carousel .owl-stage:after{content:".";display:block;clear:both;visibility:hidden;line-height:0;height:0}.owl-carousel .owl-stage-outer{position:relative;overflow:hidden;-webkit-transform:translate3d(0px,0,0)}.owl-carousel .owl-controls .owl-dot,.owl-carousel .owl-controls .owl-nav .owl-next,.owl-carousel .owl-controls .owl-nav .owl-prev{cursor:pointer;cursor:hand;-webkit-user-select:none;-khtml-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.owl-carousel.owl-loaded{display:block}.owl-carousel.owl-loading{opacity:0;display:block}.owl-carousel.owl-hidden{opacity:0}.owl-carousel .owl-refresh .owl-item{display:none}.owl-carousel .owl-item{position:relative;min-height:1px;float:left;-webkit-backface-visibility:hidden;-webkit-tap-highlight-color:transparent;-webkit-touch-callout:none;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.owl-carousel .owl-item img{display:block; -webkit-transform-style:preserve-3d}.owl-carousel.owl-text-select-on .owl-item{-webkit-user-select:auto;-moz-user-select:auto;-ms-user-select:auto;user-select:auto}.owl-carousel .owl-grab{cursor:move;cursor:-webkit-grab;cursor:-o-grab;cursor:-ms-grab;cursor:grab}.owl-carousel.owl-rtl{direction:rtl}.owl-carousel.owl-rtl .owl-item{float:right}.no-js .owl-carousel{display:block}.owl-carousel .owl-item .owl-lazy{opacity:0;-webkit-transition:opacity 400ms ease;-moz-transition:opacity 400ms ease;-ms-transition:opacity 400ms ease;-o-transition:opacity 400ms ease;transition:opacity 400ms ease}.owl-carousel .owl-item img{transform-style:preserve-3d}.owl-carousel .owl-video-wrapper{position:relative;height:100%;background:#000}.owl-carousel .owl-video-play-icon{position:absolute;height:80px;width:80px;left:50%;top:50%;margin-left:-40px;margin-top:-40px;background:url(owl.video.play.png) no-repeat;cursor:pointer;z-index:1;-webkit-backface-visibility:hidden;-webkit-transition:scale 100ms ease;-moz-transition:scale 100ms ease;-ms-transition:scale 100ms ease;-o-transition:scale 100ms ease;transition:scale 100ms ease}.owl-carousel .owl-video-play-icon:hover{-webkit-transition:scale(1.3,1.3);-moz-transition:scale(1.3,1.3);-ms-transition:scale(1.3,1.3);-o-transition:scale(1.3,1.3);transition:scale(1.3,1.3)}.owl-carousel .owl-video-playing .owl-video-play-icon,.owl-carousel .owl-video-playing .owl-video-tn{display:none}.owl-carousel .owl-video-tn{opacity:0;height:100%;background-position:center center;background-repeat:no-repeat;-webkit-background-size:contain;-moz-background-size:contain;-o-background-size:contain;background-size:contain;-webkit-transition:opacity 400ms ease;-moz-transition:opacity 400ms ease;-ms-transition:opacity 400ms ease;-o-transition:opacity 400ms ease;transition:opacity 400ms ease}.owl-carousel .owl-video-frame{position:relative;z-index:1}


.owl-theme .owl-controls{margin-top:10px;text-align:center;-webkit-tap-highlight-color:transparent}.owl-theme .owl-controls .owl-nav [class*=owl-]{color:#fff;font-size:14px;margin:5px;padding:4px 7px;background:#d6d6d6;display:inline-block;cursor:pointer;-webkit-border-radius:3px;-moz-border-radius:3px;border-radius:3px}.owl-theme .owl-controls .owl-nav [class*=owl-]:hover{background:#F29310;color:#fff;text-decoration:none}.owl-theme .owl-controls .owl-nav .disabled{opacity:.5;cursor:default}.owl-theme .owl-dots .owl-dot{display:inline-block;zoom:1;*display:inline}.owl-theme .owl-dots .owl-dot span{width:10px;height:10px;margin:5px 7px;background:#d6d6d6;display:block;-webkit-backface-visibility:visible;-webkit-transition:opacity 200ms ease;-moz-transition:opacity 200ms ease;-ms-transition:opacity 200ms ease;-o-transition:opacity 200ms ease;transition:opacity 200ms ease;-webkit-border-radius:30px;-moz-border-radius:30px;border-radius:30px}.owl-theme .owl-dots .owl-dot.active span,.owl-theme .owl-dots .owl-dot:hover span{background:#F29310}



.header_right_icon {float: right;font-family: "Raleway";font-size: 16px; background:url(images/header_right_icon.png) no-repeat left center / 42px; padding: 2px 0 2px 55px; }
.header_right_icon span{font-family: arial; display:block;}
.new_landing_header .container img {padding: 9px 0;}
.new_landing_header {padding: 10px 0;}
.new_landing_width{font-family: "Raleway";}
.landing_header_left h1 {text-transform: uppercase;color: #fff;font-size: 28px;font-weight: bold;}
.new_landing_width ul.landing_header_arrow li {background: url("images/landing_header_arrow.png") no-repeat scroll -9px center;color: #fff;font-size: 17px;margin: 0 0 0 -10px;padding:7px 0 7px 45px;}
.landing_header_arrow {padding: 25px 0;}
.new_landing_width .new_landing_background_top {background-position: center -65px !important;background-size:100% 645px;}
.landing_header_left {padding: 60px 0 0;}
h2.landing_header_left_titel1 {color: #525151;font-size: 16px;margin: 0;padding: 50px 0 0;}
.landing_contact_form_right .wpcf7-form {background: #fff ;padding: 30px;margin: 30px 0 10px;box-shadow: 0 0 5px #b0b0b0;}
.landing_contact_form_right .wpcf7-form .wpcf7-form-control {background: #f6f6f6 ;border: 1px solid #e3e3e3;color: #000;font-weight: 500;margin: 0 ;padding: 13px 20px; width: 100%;}
.landing_contact_form_right .wpcf7-form .wpcf7-form-control.wpcf7-submit{ margin: 0 0 20px; background:#d42831 ; border:none; font-size:18px; color:#fff; padding:13px 0;text-transform: inherit;}
.landing_contact_form_right .wpcf7-form p {color: #3c3939;font-size: 12px;line-height: 17px;margin: 0;}
.landing_contact_form_right .wpcf7-form .wpcf7-form-control-wrap {
    display: block;
    margin: 0 0 20px;
}
.landing_whoweare_titel {text-align: center;}
.landing_page_titel1 { text-align:center;color: #000;font-size: 18px;font-weight: bold;position: relative;text-transform: uppercase;padding: 0 0 13px; margin: 0 0 20px;}
.new_landing_width .landing_whoweare_titel p {font-size: 16px;font-weight: 400; }
.new_landing_width .wpb_wrapper p{font-family: "Raleway";}
.landing_page_titel1::before {background: #d42831 ;bottom: 0;content: "";height: 5px;left: 50%;margin: 0 0 0 -40px;position: absolute;width: 80px;}
.new_landing_width .landing_whoweare_content {color: #000;font-family: "Raleway";padding: 10px 0 0;font-size: 16px;font-weight: 600;text-align: center;}
.landing_process_width_bg{ background:#F3F3F3 url(images/landing_process_icon_bg.png) no-repeat center 177px / 1605px;padding: 0 0 60px; }
.landing_process_width_text h1 {color: #6f1b21;  text-align: center;font-size: 14px;font-weight: bold;text-transform: uppercase;}
.landing_process_width_text h1 font {color: #000;font-size: 20px;font-weight: 500;}
.landing_process_width .landing_process_width_text p {font-size: 12px;font-weight: 600;line-height: 21px;}
.landing_process_width {float: left;width: 360px;}
.landing_process_icon_top {display: block;text-align: center;}
.landing_our_process_content {margin: auto; height: 460px;overflow: hidden;position: relative;width: 1240px;} 
.landing_process_width.landing_process_width2.landing_process_absolute {left: 164px;position: absolute;top: 100px; padding: 275px  0 0;width: 262px;}
.landing_process_width.landing_process_width1 {margin: 0 78px 0 0;   width: 280px;}
.landing_process_width.landing_process_width3 {margin: 0 88px 0 0;width: 275px;}
.landing_process_width.landing_process_width4.landing_process_absolute {left: 519px;position: absolute;top: 100px;    padding: 275px 0 0;}
.landing_process_width.landing_process_width6.landing_process_absolute {position: absolute;right: 0; padding: 275px 0 0;top: 100px;width: 310px;}
.landing_process_icon_radius { background:url(images/landing_process_icon_radius.png) no-repeat center center ;text-align: center;  padding: 72px 0; }
.landing_process_width1 .landing_process_icon_top {width: 193px;}
.landing_process_width1 .landing_process_icon_radius {  width: 194px;}
.landing_process_absolute.landing_process_width6 .landing_process_icon_radius{ right:-22px;}
.landing_process_absolute.landing_process_width6  .landing_process_icon_top{ right: -20px;}
.landing_process_absolute .landing_process_icon_top {position: absolute;top: 205px;width: 100%;}
.landing_process_absolute .landing_process_icon_radius {position: absolute;top: 0;width: 100%;}
.our_projects_left {float: left;width: 57%;}
.our_projects_right {display: block;float: right;width: 35%;}
.our_projects_slider .our_projects_left img {
    display: block;
    float: none;
    height: 390px;
    margin: auto;
    width: auto;
}
.landing_process_width_text {
    height: 125px;
}
.our_projects_right h2 {color: #6e1b20;font-size: 20px;margin: 0;padding: 20px 0 8px;}
.our_projects_slider .our_projects_right > p {font-size: 16px;line-height: 25px;}
.our_projects_right {padding: 135px 0 0;}
.owl-dots {display: block;text-align: center;}
.owl-nav button { border:none;background:url(images/owl-nav.png) no-repeat left top; height: 20px;width: 20px;}
.owl-nav button.owl-next { float: right;  border:none; background:url(images/owl-nav.png) no-repeat right top; height: 20px;width: 20px;}
.owl-nav { position:absolute; left:0px; top:45%; width:100%; overflow:hidden;}
.owl-nav button span { font-size:0px;}
.owl-dots .owl-dot {background: #b6b6b6 ;border: medium none;border-radius: 50px;display: inline-block;height: 13px;margin: 0 5px;width: 13px;}
.owl-dots .owl-dot.active { background:#D42831;}
.mbile_and_icons_content {padding: 145px 0 0;text-align: center; margin: 0 0 0 -70px;}
.mbile_and_icons_content > h2 {color: #333333;font-size: 24px;font-weight: bold;padding: 0 0 20px;text-transform: uppercase;}
.mbile_and_icons_content > a {background: #d42831   ;color: #fff;display: block;font-size: 18px;margin: auto;padding: 11px 0;width: 240px;}
.mbile_and_icons_content a:hover {background: #050708 ;color: #fff;}
.testimonials_section_bg { background:url(images/testimonials_bg.jpg) no-repeat center top / 100%;}
.testimonials_section_bg .landing_page_titel1 {color: #fff; }
.testimonials_slider {background: #fff ;padding: 50px 25px 25px;}
.testimonials_slider_white .testimonials_slider p {color: #000000;font-size: 16px;}
.testimonials_slider_white .owl-nav {display: none;}
.testimonial_table {display: table;margin: auto;}
.testimonial_table > img {float: left;padding: 0 10px 0 0;width: 115px;}
.testimonial_table_box {display: block;float: left;padding: 25px 0 0;}
.testimonial_table_box > h2 {color: #000000;font-size: 16px;font-weight: bold;padding: 0 0 5px;}
.testimonial_table_box > span {font-size: 16px;}
.testimonials_slider_white .item {height: auto;}
.testimonials_slider_white .owl-dots {padding: 15px 0 0;}
.footer_wrepper{ background:url(images/landing_footer_bg.jpg) no-repeat center center / 100% 100%; text-align:center; }
.footer_wrepper_contnet > h1 {color: #fff;font-size: 28px;font-weight: 600; margin:0 0 20px;line-height: 50px;text-transform: uppercase;}
.footer_wrepper_contnet a.footer_button_bottom1 {background: #d42831   ;color: #fff;display: block;font-size: 18px;font-weight: bold;margin: auto;padding: 10px 0;width: 290px;}
.footer_wrepper_contnet a.footer_button_bottom1:hover{ background:#050708; color:#fff; }
.footer_wrepper_contnet h1 font {font-weight: normal;}
.footer_wrepper_contnet{ padding:55px 0 90px;}
.our_projects_slider .item{ height:auto;}

.thanks_you_page_template > h1 {
    color: #d42831;
    font-size: 44px;
    font-weight: bold;
    padding: 0 0 10px;
    text-align: center;
}
.thanks_you_page_template p {
    font-size: 18px;
    text-align: center;
}
.thanks_you_page_template {
    padding: 90px 0;
}
.vc_row.wpb_row.vc_row-fluid.vc_custom_1533378321865.vc_row-has-fill{ background-size: 103% auto !important;}
.header_right_icon span a {
    color: #333333 !important;
}
.footer_wrepper_contnet h1  font  a{ color:#fff !important;  }

.wpcf7-form-control.wpcf7-textarea.wpcf7-validates-as-required {
    max-height: 115px;
}
.landing_contact_form_right .wpcf7-form select.wpcf7-form-control {
    color: #727272;
}

span.main_head_title {
    font-size: 21px;
    line-height: 1.4;
}
.main_heading{
	    text-align: center;
    font-weight: bold;
    margin: 40px 0;
}



.page-template-default.page.page-id-1721 h1 {
    display: none;
}

.page-template-default.page.page-id-1721 h1.request_titel_top {
    display: block;
}








/*    mobile app development company new css    */






.hero_class_wrapper{font-family: 'Raleway', sans-serif;}
.top_header_titel h1 {color: #181818;font-size: 24px;font-weight: bold;line-height: 35px;margin: 0;}
.top_header_titel h1 font{font-family: Lato; }
.hero_banner_images{ background:url(images/hero_banner_img.jpg) no-repeat center center / 100% 100%;}
.top_header_titel {padding: 5px 0 25px;}
.header_right_icon.header_right_icon1{ background:url("images/header_right_icon1.png") no-repeat 14px center ;}
.banner_left_content h1 {color: #fff;font-size: 28px;font-weight: bold;padding: 0 0 35px;text-transform: uppercase;}
.hero_left_banner_work li a {color: #fff;display: table-cell;font-size: 15px;height: 55px;padding: 0 0 0 55px;vertical-align: middle;}
.hero_left_banner_icon1 a{ background:url(images/hero_company_icon1.png) no-repeat left center;}
.hero_left_banner_icon2 a{ background:url(images/hero_company_icon2.png) no-repeat left center;}
.hero_left_banner_icon3 a{ background:url(images/hero_company_icon3.png) no-repeat left center;}
.hero_left_banner_icon4 a{ background:url(images/hero_company_icon4.png) no-repeat left center;}
.hero_left_banner_icon5 a{ background:url(images/hero_company_icon5.png) no-repeat left center;}
.hero_left_banner_icon6 a{ background:url(images/hero_company_icon6.png) no-repeat left center;}
.hero_left_banner_work li {float: left;margin: 0 30px 0 0 ;padding: 0 0 20px 0;width: 40%;}
.hero_left_banner_work{ overflow:hidden; display:block;}
.banner_left_content {padding: 100px 0 90px;}
.top_header_form {background: #f1f1f1;margin: -100px 0 0;padding: 25px 25px;}
.top_header_form .wpcf7-form-control {background: #ececec ;border: 1px solid #e3e3e3;color: #000;margin: 0 0 18px;padding: 14px 13px 12px 40px;width: 100%;}
.top_header_form .wpcf7-form-control.form_name_icon{background: #ececec url(images/form_icon1.png) no-repeat 15px center ;} 
.top_header_form .wpcf7-form-control.form_email_icon{background: #ececec url(images/form_icon2.png) no-repeat 15px center ;}
.top_header_form .wpcf7-form-control.form_phone_icon{background: #ececec url(images/form_icon3.png) no-repeat 15px center ;}
.top_header_form .wpcf7-form-control.form_select_icon{ color: #717171;background: #ececec url(images/form_icon4.png) no-repeat 15px center ;}
.top_header_form .wpcf7-form-control.form_textarea_icon{background: #ececec url(images/form_icon5.png) no-repeat 15px 15px ;}
.top_header_form .wpcf7-form-control.wpcf7-submit {background: #6f1b21 ;border: medium none;color: #fff;font-size: 18px;font-weight: bold;padding: 13px 0 11px;}
.top_header_form .wpcf7-form-control.wpcf7-submit:hover {background: #9a262e ;}
.top_header_form .wpcf7-form p {color: #555555;}
.whoweare_padding_content {padding: 55px 0;}
.whoweare_text_left h1{letter-spacing: 4px; margin:0 0 25px; padding:0 0 10px; color:#000000; position:relative; text-transform:uppercase; font-size:24px; font-weight:bold;}
.whoweare_text_left h1:before{ position:absolute; content:""; position:absolute; bottom:0; height:2px; width:62px; background:#000;}
.whoweare_right_images{ float:right;}
.whoweare_text_left p {color: #000;font-size: 16px;line-height: 22px;margin: 0 0 22px;}
.projects_padding_content .owl-nav{ display:none;}
.projects_padding_content .owl-theme .owl-dots .owl-dot span {display: none;}

.projects_padding_content .item {background: url("images/projects_slider_img1.jpg") no-repeat left center / auto 100%;height: auto;padding: 170px 0;}

.projects_padding_content .item.item_autolina {background: url("images/Autolina%20Mockup.jpg") no-repeat 170px center / auto 60%;height: auto;padding: 170px 0;}
.projects_padding_content .item.item_cip {background:  url("images/CIP_Mockup.jpg") no-repeat 0 center / auto 100%;}
.projects_padding_content .item.item_docufy {background: url("images/docufy_mockup.jpg") no-repeat 0 center / auto 100%;height: auto;padding: 170px 0;}
.projects_padding_content .item.item_mumz {background: url("images/Mumz%20World%20Mockup.jpg") no-repeat 0 center / auto 100%;height: auto;padding: 170px 0;}
.projects_padding_content .item.item_egypt {background:url("images/Ski%20Egypt%20Mockup.jpg") no-repeat 0 center / auto 100%;height: auto;padding: 170px 0;}



.projects_right_images {background: #fff ;box-shadow: 0 0 3px #ccc;padding:60px 50px 55px;}
.projects_right_images img {margin: 0 0 30px;}
.projects_right_images > p {
    font-size: 16px;
    line-height: 24px;
    padding: 0 0 15px;
}
.projects_padding_content .owl-dots .owl-dot {border-radius: 0;}
.projects_padding_content .owl-dots .owl-dot.active{ background:#6F1B21;}
.projects_padding_content {display: block;overflow: hidden;padding: 15px 0 50px;}
.projects_padding_content .owl-dots {display: block;float: right;padding: 15px 0 0;overflow: hidden;position: relative;right: 14%;text-align: center;}

.whoweare_text_left.featured_text_left {padding: 0 0 30px;text-align: center;}
.featured_text_left h1::before {left: 50%;margin: 0 0 0 -31px;}
.featured_text_left h2 {color: #000;font-size: 22px;padding: 25px 0 20px;text-transform: uppercase;}
.featured_app_content h3 {padding: 20px 0 0;font-size: 16px; color:#000;}
.featured_app_center {text-align: center;}
.featured_app_left {text-align: right;}
.featured_app_content {padding: 55px 0 0;}




.featured_app_margin {
    padding: 60px 0 0;
}

.featured_app_box { position:relative;
    background: #fff ; margin:0 0 15px;
    box-shadow: 0 0 4px #ccc;
    padding: 15px; overflow: hidden;
}
.featured_app_box img {
    float: left;
    padding: 0 15px 0 0;
}
.featured_app_box p {
    color: #000;
    font-size: 15px;
    line-height: 25px;
    overflow: hidden;
    padding: 13px 0 0;
}
.featured_app_before::before {
    background: url("images/bulat_pont1.png") no-repeat center center;
    content: "";
    height: 10px;
    margin: -10px 0 0;
    position: absolute;
    right: -22px;
    top: 50%;
    width: 42px;
    z-index: -8;
}

.featured_app_before.featured_app_before_list:before { display:none;}
.featured_app_bottom_text{ background:url(images/featured_app_img1.png) no-repeat -65px -45px; text-align:center; padding:145px 0;}
.featured_app_bottom_text h3{ font-size:26px; font-weight:bold; color:#333333; padding:0 0 35px;}
.featured_app_bottom_text a{ display:inline-block; color:#fff; font-size:15px; font-weight:bold; background:#6F1B21; padding:13px 30px 11px; text-transform:uppercase;}
.featured_app_bottom_text a:hover{ background:#9a262e ; color:#fff; text-decoration:none;}
.process_icon_text_left font {
    background: #6f1b21 ;
    border-radius: 50px;
    color: #fff;
    display: block;
    float: left;
    font-size: 25px;
    margin: 0 15px 0 0;
    padding: 5px 0 10px;  z-index: 9;
    position: relative;
    text-align: center;
    width: 52px;
}
.process_icon_padding{ overflow:hidden; display:block;}
.process_icon_padding span{ padding:0 0 10px; color:#6F1B21; font-size:15px; text-transform:uppercase; font-weight:bold;  }
.process_icon_padding p{ font-size:15px;}
.process_icon_text_left { margin:0 0 15px;}
.process_icon_text_left > li { position:relative;
    padding: 0 0 50px;
}

 
 
.process_border_before {
    border-left: 4px dotted #d7d7d7;
    content: "";
    display: block;
    height: 100%;
    left: 25px;
    position: absolute;
    top: 0;
    width: 4px;
}

.process_border_before.process_border_before_list{ display:none;}



.process_content{  padding: 55px 0 0;background:url(images/process_bg.jpg) no-repeat right bottom / 570px;}

.process_right_img {
    margin: -130px 0 0;
}

.counter_content { background:url(images/counter_img1.png) no-repeat -5px 15px;
    padding: 115px 0 70px;
}
.counter_content_text h1{ font-size:25px; color:#B7B7B7; text-align:center; display:block;padding: 0 0 10px;}
.counter_content_text h2{ font-size:28px; color:#555555; text-align:center; display:block; font-family:Lato; font-weight:bold;}
.counter_content_text{ padding:0 0 25px;}
.testimonials_content{ padding:60px 0 45px; background:#F1F1F1;}



.testimonials_content h1::before {
    left: 50%;
    margin: 0 0 0 -31px;
}
.testimonials_content h1{ text-align:center;}

.testimonials_slider_inner p {
    font-size: 16px;
    line-height: 24px;text-align: center;
}

.testimonials_content_box {
    display: table;
    margin: auto;
    padding:35px 0 70px;
}
.testimonials_content_box > img {
    float: left;
    margin: 0 15px 0 0;
    width: 85px;
}
.testimonials_content_text {
    float: left;
    padding: 23px 0 0;
}
.testimonials_content_text > span {
    color: #000;
    font-size: 15px;
    font-weight: bold;
}
.testimonials_content_text > p {
    color: #6f1b21;
}
.testimonials_slider_inner .owl-nav.disabled {
    display: none;
}
.testimonials_slider_inner{ padding:15px 0 0 0;}
.testimonials_slider_inner .owl-theme .owl-dots .owl-dot span{ display:none;}


.testimonials_slider_inner .item {
    height: auto;
}
.testimonials_slider_inner .owl-dots .owl-dot { background:#fff;  border-radius: 0;}
.testimonials_slider_inner .owl-dots .owl-dot.active { background:#6F1B21;}
.launch_app_content{ background:url(images/launch_bg.jpg) no-repeat  left bottom;}
.launch_right_text h1{font-weight: bold;padding: 0 0 10px; text-transform:uppercase; color:#000; font-size:26px;}
 
.launch_right_text a.launch_right_button{ display:inline-block; color:#fff; font-size:15px; font-weight:bold; background:#6F1B21; padding:13px 30px 11px; }
.launch_right_text a.launch_right_button:hover{ background:#9a262e ; color:#fff; text-decoration:none;}
.launch_left_img {
    text-align: right;
}

.launch_right_text p {
    font-size: 16px; margin:0 0 20px;
    font-weight: 500;
    text-transform: uppercase;
}
.launch_right_text strong{ display:block; font-family:lato;}

.launch_right_text {
    padding: 335px 0 0;
}
.launch_right_link{ color:#000 !important;}



.owl-carousel .owl-item img.projects_slider_left{ display:none;}






































@media only screen and (max-width:1260px){
	
.landing_our_process_content {width: 1170px;}
.landing_process_width.landing_process_width1 {margin: 0 45px 0 0;width: 277px;}
.landing_process_width1 .landing_process_icon_top {width: 113px;}	
.landing_process_icon_radius {background-size: 130px auto;padding: 51px 0; }
.landing_process_width1 .landing_process_icon_radius { width: 130px;}
.landing_process_width.landing_process_width2.landing_process_absolute {left: 128px;padding: 235px 0 0;position: absolute;top: 140px;width: 262px;}
.landing_process_absolute .landing_process_icon_top { top: 165px; }
.landing_process_width.landing_process_width4.landing_process_absolute {left: 483px;padding: 235px 0 0;position: absolute;top: 140px;width: 360px;}
.landing_process_width.landing_process_width6.landing_process_absolute {padding: 235px 0 0;position: absolute;right: 0;top: 140px;width: 305px;}
.landing_process_absolute.landing_process_width6 .landing_process_icon_top {right: -56px;}
.landing_process_absolute.landing_process_width6 .landing_process_icon_radius {right: -22px;width: 245px;}
.testimonials_section_bg .vc_single_image-img.attachment-full {width: 80%;}


 

}
	
	
@media only screen and (max-width:1199px){


.mbile_and_icons_content { margin: 0;}

.landing_our_process_content {width: 1000px;}
.landing_process_width_bg {background: #f3f3f3 url("images/landing_process_icon_bg.png") no-repeat scroll center 178px / 1200px auto;padding: 0 0 60px;}
.landing_process_width.landing_process_width1 {margin: 0 15px 0 0;width: 255px;}
.landing_process_width .landing_process_width_text p {font-size: 13px;}
.landing_process_width.landing_process_width4.landing_process_absolute {left: 410px;padding: 235px 0 0;position: absolute;top: 110px;width: 300px;}
.landing_process_width.landing_process_width5{ width:310px;}
.landing_process_width_text h1{ font-size:14px;}
.landing_process_width_text h1 font{ font-size:18px;}
.landing_process_width1 .landing_process_icon_top {width: 219px;}
.landing_process_width1 .landing_process_icon_radius {width: 221px;}
.landing_process_width.landing_process_width2.landing_process_absolute { top: 110px; }
.landing_process_width.landing_process_width3 {margin: 0 11px 0 0;width: 275px;}
.landing_process_width.landing_process_width6.landing_process_absolute {padding: 205px 0 0;position: absolute;right: 0;top: 140px;width: 259px;}
.landing_process_absolute.landing_process_width6 .landing_process_icon_radius {right: 13px;top: -30px;width: 245px;}
.landing_process_absolute.landing_process_width6 .landing_process_icon_top {right: 1px;top: 136px;}
.testimonials_section_bg{ background-position: center 105px;}

}

@media only screen and (max-width:1000px){
	
.landing_process_width_bg {background: #f3f3f3 ;padding: 0;}	
.landing_our_process_content .landing_process_width {float: none;margin: 0 0 25px;width: auto;}
.landing_our_process_content {height: auto;padding: 0 15px 45px;width: auto;}
.landing_process_width.landing_process_width2.landing_process_absolute {left: 0;padding: 0;position: relative;top: 0;width: auto;}
.landing_process_absolute .landing_process_icon_top { display:block;position: relative;top: 0; display:none;}
.landing_process_absolute .landing_process_icon_radius {position: relative;top: 0;width: 100%;}
.landing_process_width1 .landing_process_icon_top {width: auto; display:none;}
.landing_process_icon_radius {background-size: 157px auto;padding: 46px 0;}
.landing_process_width .landing_process_width_text p{ font-size:14px; text-align:center;}
.landing_process_icon_top{ display:none;}
.landing_process_width1 .landing_process_icon_radius {width: auto;}
.landing_process_width.landing_process_width4.landing_process_absolute {left: 0;padding: 0;position: relative;top: 0;width: auto;}
.landing_process_width.landing_process_width6.landing_process_absolute {padding: 0;position: relative;right: 0;top: 0;width: auto;}
.landing_process_absolute.landing_process_width6 .landing_process_icon_top {right: 0;top: 0;}
.landing_process_absolute.landing_process_width6 .landing_process_icon_radius {right: 0;top: 0;width: auto;}
.landing_process_absolute .landing_process_icon_top img{-ms-transform: rotate(180deg); -webkit-transform: rotate(180deg); transform: rotate(180deg);  }
.landing_process_width_text {
    height: auto;
}
}	

@media only screen and (max-width:991px){
html {
    margin-top: 0 !important;
}

.top_header_titel h1 {
    font-size: 15px;
    line-height: 22px;
}
.owl-carousel .owl-item img.projects_slider_left{ display:block;}

.hero_banner_images {
    background: url("images/hero_banner_img.jpg") no-repeat center center / 1400px 100%;
}



.wpb_column.vc_column_container{ width:100%; float:none;}

.landing_header_left {
    padding: 10px 0 0;
}
.landing_header_arrow {
    padding: 5px 0;
}

.new_landing_width .new_landing_background_top {
    background-position: center -65px !important;
    background-size: 140% 545px;
}
.landing_contact_form_right .wpcf7-form {
    background: #fff  ;
    margin: 0 0 10px;
    padding: 15px;
}
.new_landing_width .landing_contact_form_right {
    margin: -30px 0 0;
}
.our_projects_left {
    float: none;
    width: 100%;
}
.our_projects_slider .our_projects_left img {
    display: block;
    float: none;
    margin: auto;  height: 280px;
}
.our_projects_right {
    padding: 0;
}
.our_projects_right {
    display: block;
    float: none;
    width: 100%;
}
.testimonials_section_bg {
    background:  none ;
}
.testimonials_section_bg .vc_single_image-img.attachment-full {
    display: block;
    margin: auto;
    width: 80%;
}
.mbile_and_icons_content {
    padding: 0;
    text-align: center;
}
.testimonials_section_bg .landing_page_titel1 { 
    font-size: 24px;
}
.testimonials_slider {
    background: #fff  ;
    padding: 20px 15px;
}
.footer_wrepper_contnet > h1 {
    color: #fff;
    font-size: 23px;
    font-weight: 600;
    line-height: 40px;
    margin: 0 0 20px;
    text-transform: uppercase;
}
.footer_wrepper_contnet {
    padding: 35px 0 50px;
}
.testimonials_color_bg1 {
    background: #701b22 ;
    padding: 30px 0 0;
}
.footer_wrepper_contnet h1 font a{ display:block;}









/**/

.top_header_titel h1{ font-size:18px; line-height:none;}
.banner_left_content {
    padding: 35px 0 20px;
}
.hero_left_banner_work li {
    float: none;
    margin: 0;
    padding: 0 0 20px;
    width: 100%;
}
.banner_left_content h1{ padding:0 0 15px;}
.top_header_form{ padding:15px;}
.whoweare_padding_content {
    padding: 25px 0;
}
.whoweare_text_left h1{ margin:0 0 10px;}
.projects_padding_content .owl-carousel .item {
    background: none ;
    padding: 0;
}
.projects_right_images{padding: 45px 20px 35px;}
.featured_app_content {
    padding: 0 0 20px;text-align: center;
}
.featured_app_left {
    text-align: center;
}
.featured_app_center{ padding:0 0 20px;}
.featured_app_margin {
    padding: 10px 0 0;
}
.featured_app_bottom_text{ padding:35px 0;background:none;}
.process_icon_text_left > li {
    padding: 0 0 20px;}
	.process_right_img {
    margin: 40px 0 0;
}
.counter_content {
    background: none ;
    padding: 55px 0 20px;
}
.testimonials_content_box {
    display: table;
    margin: auto;
    padding: 15px 0 30px;
}
.testimonials_content { 
    padding: 40px 0 25px;
}
.launch_right_text {
    padding: 0 0 25px;
}
.launch_app_content{ background:none;}
.whoweare_right_images {
    float: none;
    text-align: center;
}
.featured_app_before::before{ display:none;}
.process_content{ background:none;}
.launch_right_text {
    text-align: center;
}
}

	
	
	@media only screen and (max-width:480px){
	
	
	.new_landing_header .container img {
    display: block;
    float: none;
    margin: auto;
    padding: 9px 0;
    text-align: center;
}
.header_right_icon {
    display: table;
    float: none;
    margin: auto;
}
.new_landing_width .new_landing_background_top { 
    background-size: 140% 595px;
}

.our_projects_slider .our_projects_left img {
    display: block;
    float: none;
    margin: auto;  height: 190px;
}
span.main_head_title {
    font-size: 18px;
}



}

