/*--- Reset CSS ---*/
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}

/*--- Global CSS ---*/
html {width: 100%; height: 100%;}
* {padding: 0; margin: 0; outline: 0 none;}
body {font-family: "Roboto", Helvetica, sans-serif; font-weight: normal; color: #000000; font-size: 16px; line-height: 22px; -webkit-font-smoothing: antialiased; min-height:100%;}
h1, h2, h3, h4, h5 {font-size:50px; line-height:125%; color:#000000; font-weight:600; font-family: "Roboto", Helvetica, sans-serif;}
h2{font-size:42px; padding-bottom:25px; font-family: "Roboto", Helvetica, sans-serif; font-weight: 500;}
h3{font-size:26px; padding-bottom:10px; color:#000000; font-family: "Roboto", Helvetica, sans-serif; font-weight: 500;}
h4{font-size:22px; padding-bottom:10px; color:#000000; font-family: "Roboto", Helvetica, sans-serif; font-weight: 500;}
p{color: #727272; font-size:18px; line-height:140%; margin-bottom:20px; font-family: "Roboto", Helvetica, sans-serif; font-weight: 400;}
p.sub_title{font-size: 22px; line-height: 130%; padding-bottom: 30px; font-family: "Roboto", Helvetica, sans-serif;}
a {color: #e2f1f5; text-decoration: none; outline:none;}
strong{font-weight: bold;}
.wrapper {position: relative; width: 100%;display: block; clear: both;}	
.container {max-width: 1600px; margin: 0 auto; padding: 0 20px;}
header{transition: 1s; z-index: 99;}
header.fixed-top .content_part{border-bottom: solid 1px #e5e5e5;}
.section_space{padding-top:70px; padding-bottom:70px;}
.space_top{padding-top:70px;}
.space_bottom{padding-bottom:70px;}
.margin_space_top{margin-top: 70px;}
.bg-gray{background-color:#f8f9f9;}
.bg-lightblue{background: #b1e9fe;}
.bg-black{background:#000000;}
.bg-white{background: #ffffff;;}
.bg-darkgray{background:#182a33;}
.bg-navyblue{background: #f4f3f9;}
.bg-green{background:#e2f1f5;}
.green_line.black_line{background:#000000;}
.text_white{color:#ffffff;}
.text_black{color:#000000;}
.text_green{color:#e2f1f5;}
img{max-width:100%; display: inline-block;}
a:hover{text-decoration:none; color:#e2f1f5;}
.green_line{width: 30px; height: 5px; background: #e2f1f5; display: block; margin: 0 auto; position: relative; top: -15px;}
.link_cta{color: #e2f1f5; font-size: 18px; text-decoration: underline; display: inline-block;}
.link_cta_white{color: #ffffff; font-size: 18px; text-transform: uppercase; text-decoration: underline; display: inline-block; font-family: "Roboto", Helvetica, sans-serif; position: relative;}
.link_cta_white i{width: 0px; height: 0px; border-style: solid; border-width: 8px 0 8px 10px; border-color: transparent transparent transparent #ffffff; transform: rotate(0deg); display: inline-block; margin-left: 10px; top: 1px; position: relative;}
.link_cta_white:hover i{border-color: transparent transparent transparent #000000;}
.cta_btn{display: inline-block; background: #000000; color: #ffffff; text-transform: uppercase; font-size: 18px; line-height: 100%; font-family: "Roboto", Helvetica, sans-serif; padding: 15px 25px;}
.cta_btn:hover{background: #e2f1f5; color: #ffffff; transition: 0.5s;}
.cta_btn_white{display: inline-block; background: #ffffff; color: #000000; text-transform: uppercase; font-size: 18px; line-height: 100%; font-family: "Roboto", Helvetica, sans-serif; padding: 15px 25px; font-weight: bold;}
.cta_btn_white:hover{background: #e2f1f5; color: #ffffff; transition: 0.5s;}
#back-to-top {  position: fixed;  bottom: 60px;   right: 10px;  z-index: 999; width: 40px;  height:40px; text-align: center; line-height: 40px;  color: #fff; cursor: pointer; border: 0; font-size: 30px; text-decoration: none; transform: scale(0); -webkit-transform: scale(0); -moz-transform: scale(0); transition: all 0.3s cubic-bezier(.19,1,.22,1); -webkit-transition: all 0.3s cubic-bezier(.19,1,.22,1);	-moz-transition: all 0.3s cubic-bezier(.19,1,.22,1);  opacity: 0; background:#175285 url(../images1/top.png) no-repeat center center;}
#back-to-top:hover {background:#175285 url(../images1/top.png) no-repeat center center; transition: all 0.3s cubic-bezier(.19,1,.22,1);}
#back-to-top.show {  opacity: 1; transform: scale(1); -webkit-transform: scale(1); -moz-transform: scale(1);}


/*--- Home ----*/
.header_new{background: #daeaf8; margin-top: 40px; padding: 10px 0;}
header.header_new.sticky{background: #daeaf8;}
.header_top{background: #175285; padding: 10px 0; position: fixed; top: 0; width: 100%; z-index: 999; text-align: right;}
.header_top a{color: #ffffff; margin-left: 20px;}
.header_top i{padding-right: 7px; position: relative; top: 2px;}
header{width: 100%; background-color: #ffffff; min-height: 70px; padding: 10px 0; display: block; clear: both; position: fixed; top: 0; z-index: 9; -webkit-transition: all 0.4s ease; transition: all 0.4s ease;}
header.sticky {position: fixed; width: 100%; padding: 5px 0; background: #ffffff; box-shadow: 0 0 5px rgba(0,0,0,0.51);}
.header_part{display: flex; justify-content: space-between;}
header img.black_logo{display: none;}
header.sticky img.black_logo{display: block;}
header.sticky img.white_logo{display: none	;}
header nav ul li{display:inline-block; font-size: 20px; font-weight: 500; font-family: "Roboto", Helvetica, sans-serif; padding: 0 5px; border-bottom: 2px solid transparent; margin: 0 10px;}
header nav ul li.nav-item:hover{border-bottom: 2px solid #045269;}
header nav ul li.dropdown:hover{border-bottom: 2px solid transparent;}
header nav ul li a{color: #175285;}
header nav ul li.nav-item:hover a{color: #175285;}
header nav ul li:last-child a{color: #ffffff;}
header.sticky ul li a{color: #175285;}
.nav-link{color: #ffffff; padding: 0 0 5px 0;}
.nav-link:focus, .nav-link:hover{color: #0d637c;}
header nav ul li.nav-item:hover ul li{border-bottom: none;}
header nav ul li.nav-item:hover ul li a{font-size: 16px; color: #175285;}
header nav ul li.nav-item:hover ul li a:hover{color: #ffffff;}
.dropdown-item:focus, .dropdown-item:hover{background: #175285;}
header.sticky ul li a:hover{color: #175285;}
header.sticky ul li a.nav-link:hover{color: #175285;}
.dropdown:hover>.dropdown-menu {display: block; padding: 0; border-radius: 0;}
.dropdown>.dropdown-toggle:active {pointer-events: none;}
.dropdown-menu li {position: relative;}
.dropdown-menu .dropdown-submenu {display: none; position: absolute; left: 100%; top: -7px; padding: 0; border-radius: 0;}
.dropdown-menu .dropdown-submenu-left {right: 100%; left: auto;}
.dropdown-menu > li:hover > .dropdown-submenu {display: block;}
.navbar-nav .dropdown-menu li{width: 100%; margin: 0; padding: 0px;}
.navbar-nav .dropdown-menu{z-index: 9999;}
.navbar-nav .dropdown-menu li a{padding: 10px;}
header nav ul li:last-child{margin: 0 0 0 20px; padding: 0;}
header nav ul li:last-child:hover{border-bottom: 1px solid transparent; color: #0d637c;}
header.sticky ul li a.btn_dark_green{color: #ffffff;}
.navbar-expand-lg{justify-content: space-between; width: 100%;}
.navbar-expand-lg .navbar-nav{align-items: center;}
.navbar-expand-lg .navbar-collapse{justify-content: end;}
.navbar-toggler:focus{box-shadow: none;}
.navbar-toggler{border: none;}
.navbar-toggler:hover{border: none;}
.navbar button[aria-expanded="true"] > span.close {display: inline;}
.navbar button[aria-expanded="true"] > span.navbar-toggler-icon {display: none;} 
.navbar button[aria-expanded="false"] > span.close {display: none;}

.home_contact_form_light{background: #4d6876; padding: 30px 50px; border-radius: 5px; z-index: 9999;}
.home_contact2 h4{color: #5c7886;}
.home_contact2 p{font-size: 22px;}

.home_contact2 .home_contact_form_light p{font-size: 18px;}

.horizontal_home_contact{background: #182a33;}
.video_section{text-align: center;}
.video_section iframe{width: 950px;}
.dark_green1_form{background: #045269; border: none;}

.home_contact_form_light{background: #4d6876; padding: 30px 50px; border-radius: 5px;}
.home_contact2 h4{color: #5c7886;}
.home_contact2 p{font-size: 22px;}

.home_contact2 .home_contact_form_light p{font-size: 18px;}

.horizontal_home_contact{background: #182a33;}
.video_section{text-align: center;}
.video_section iframe{width: 950px;}
.dark_green1_form{background: #045269; border: none;}


/*Popup*/
.inquiry_btn{display: block; position: fixed; right: 0; z-index: 999; top: 40%; writing-mode: vertical-lr; text-orientation: mixed; padding: 15px 8px; border-radius: 5px; border: none; font-weight: bold; letter-spacing: 2px; rotate: 180deg; background: #045269;   display: none;}
.inquiry_btn:hover{background: #000000;}
.inquiry_btn i{display: none;}
.home_contact_form_light .btn-close{position: absolute; right: 15px; top: 20px; filter: invert(100%); z-index: 999;}


.horizontal_home_contact{background: #182a33;}
.video_section{text-align: center;}
.video_section iframe{width: 950px;}
.dark_green1_form{background: #175285; border: none;}

/*Popup*/
.inquiry_btn{display: block; position: fixed; right: 0; z-index: 999; top: 40%; writing-mode: vertical-lr; text-orientation: mixed; padding: 15px 8px; border-radius: 5px; border: none; font-weight: bold; letter-spacing: 2px; rotate: 180deg; background: #045269;   display: none;}
.inquiry_btn:hover{background: #000000;}
.inquiry_btn i{display: none;}
.home_contact_form_light .btn-close{position: absolute; right: 15px; top: 20px; filter: invert(100%); z-index: 999;}

/*---Banner---*/
.new_banner{background: url(../images3/mulesoft-banner.webp) no-repeat center center; background-size: cover; min-height: 760px; margin-top: 155px;}
.banner_content {display: flex; align-items: center; min-height: 760px;}
.banner_left {width: 55%; padding:10px 70px 10px 0}
.banner_left h1{color: #ffffff;}
.banner_left p {font-size: 20px; color: #ffffff;}
.banner-right{width: 45%;}
.btn_green_blue{font-size: 20px; color: #ffffff; background: #175285; padding: 12px 20px; border-radius: 10px; display: inline-block; cursor: pointer; border: 2px solid #175285; font-weight: 500;}
.btn_green_blue:hover{background: transparent; color: #175285; transition: 0.5s;}
.btn_green_blue_reverse{background: #ffffff; color: #175285; border: 2px solid #ffffff;}
.btn_green_blue_reverse:hover{background: transparent; color: #ffffff;}
.banner_list li{display: flex; align-items: center; color: #ffffff; font-size: 22px; padding-bottom: 20px; font-weight: 500;}
.banner_list li img{padding-right: 20px;}

.client_logos{padding: 50px 0;}
.client_logo_img{display: flex; align-items: center; justify-content: space-between;}
.client_logo_img li{padding: 0 5px;}

.green_blue_text{color: #175285;}
.dark_green_blue{background: #daeaf8;}


.sticky_section .sticky {position: -webkit-sticky; position: sticky; top: 150px;}
.sticky_box {background: #ffffff; padding: 20px; border-radius: 5px; -webkit-box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.08); -moz-box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.08); box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.08); position: relative; z-index: 2;}


.pad_right{padding-right: 100px;}
.light_green_blue_bg{background: #f0f8ff;}
.ss_slider{background: #ffffff; display: flex; align-items: center; justify-content: center; box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;}
.ss_slider_left{width: 50%;}
.ss_slider_left img{display: block; min-width: 720px;}
.ss_slider_right{width: 50%; padding: 40px 40px;}
.bullet_style li{background: url(../images2/bullet_arrow.webp) no-repeat top left; padding: 0 0 10px 30px; background-position: 0 8px; font-size: 18px; color: #727272;}

.about-block{display: flex; flex-direction: column; align-items: center;}
.about-block-icon{display: flex; align-items: center; font-size: 20px; color: #014b90;}
.about-block-icon img{margin-right: 10px;}
.about-block-state h4{font-size: 60px; color: #175285; font-weight: 500;}
.prg-count::after {
    content: " +";
    display: inline-block;
  } 
.why-softweb-box{border: solid 1px #175285; background-color: #fff; padding: 40px; min-height: 325px;}
.why-softweb-box i.why-softweb-icon{background-image: url(../images3/why-softweb-icon.png); background-repeat:no-repeat; width: 80px; height: 80px; display: block; background-size: 100%; margin-right: 10px;}
.why-softweb-head{display: flex; align-items: center; margin-bottom: 30px;}
.why-softweb-head i img{margin-right: 15px; max-width: 60px;}
.why-softweb-head h3{font-size: 30px; color: #175285;}
.why-softweb-box p{margin-bottom: 0;}
.why-softweb-box:hover{background-color: #175285;}
.why-softweb-box:hover i img{filter: brightness(0) saturate(100%) invert(100%) sepia(21%) saturate(2%) hue-rotate(250deg) brightness(108%) contrast(101%);}
.why-softweb-box:hover .why-softweb-head h3, .why-softweb-box:hover p{color: #fff;}

.carousel-item{padding: 30px 50px;}
.carousel-control-next-icon, .carousel-control-prev-icon{background-color: #175285; height: 40px; width: 40px; border-radius: 50%; background-size: 70%;}
.carousel-control-next-icon{right: 0px; position: absolute;}
.carousel-control-prev-icon{left: 0px; position: absolute;}


.owl-carousel.multiple_slide .owl-nav button.owl-prev{position: absolute; border: 2px solid transparent; left: -65px; top: 45%; width: 50px; height: 50px; border-radius: 50%; background:#175285 url(../images3/prev-arrow.png) no-repeat center center; text-indent: -999em;  }
.owl-carousel.multiple_slide .owl-nav button.owl-next {position: absolute; border: 2px solid transparent; right: -65px; top: 45%; background:#175285 url(../images3/next-arrow.png) no-repeat center center; border: none; width: 50px; height: 50px; border-radius: 50%; text-indent: -999em;}
.owl-carousel.multiple_slide .owl-nav button.owl-prev:hover{border: 2px solid #083b66; background: #083b66 url(../images3/prev-arrow.png) no-repeat center center;}
.owl-carousel.multiple_slide .owl-nav button.owl-next:hover{border: 2px solid #083b66; background: #083b66 url(../images3/next-arrow.png) no-repeat center center;}

.webinar-title {
    padding: 0;
    margin-bottom: 15px;
    color: #000000;
    text-transform: uppercase;
    font-style: italic;
    font-size: 16px;
}
.choose-us-item {
    margin-top: 30px;
  }
  
  .choose-us-item .choose-us-img {
    position: relative;
    border-radius: 20px;
    overflow: hidden;
    transition: all 0.3s linear;
  }
  
  .choose-us-item .choose-us-img a.choose-us-img-box {
    display: block;
    position: relative;
  }
  
  .choose-us-item .choose-us-img a.choose-us-img-box::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    background: linear-gradient(180deg, rgba(249, 80, 0, 0) 0%, rgba(0, 0, 0, 1) 100%);
    width: 100%;
    height: 100%;
    z-index: 0;
  }
  
  .choose-us-item .choose-us-img .choose-us-content {
    position: absolute;
    left: 0px;
    bottom: 0px;
    padding: 45px 30px;
    padding-right: 20px;
  }
  
  .choose-us-item .choose-us-img .choose-us-content .title {
    font-size: 22px;
    line-height: 30px;
    color: #ffffff;
    padding-left: 15px;
    position: relative;
    padding-bottom: 0;
  }
  
  .choose-us-item .choose-us-img .choose-us-content .title::before {
    content: "";
    position: absolute;
    left: 0;
    top: 50%;
    background: #00c6ff;
    width: 4px;
    height: 50px;
    transform: translateY(-50%);
  }
  
  .choose-us-item .choose-us-img .choose-us-content p {
    font-size: 15px;
    line-height: 24px;
    color: #ffffff;
    margin-top: 20px;
    margin-bottom: -115px;
    opacity: 0;
    visibility: hidden;
    transition: all 0.3s linear;
  }
  .choose-us-item .choose-us-img .choose-us-content p > span{
    display: block;
  }
  .choose-us-item .choose-us-img .choose-us-content p > span a{
    display: inline-flex;
    vertical-align: middle;
    font-size: 18px;
    text-transform: uppercase;
    font-family: 'apercu_avnetbold', Helvetica, sans-serif;
    color: #0c5adb;
  }
  .choose-us-item .choose-us-img .choose-us-content p > span a span{
    margin-left: 10px;
    vertical-align: middle;
  }

  .choose-us-item .choose-us-img .choose-us-content p > span a:hover{
    color: #fff;
  }
  .choose-us-item .choose-us-img .choose-us-content p > span a:hover img{
    filter: brightness(0) saturate(100%) invert(100%) sepia(0%) saturate(0%) hue-rotate(93deg) brightness(103%) contrast(103%);
    transition: 0.5 a all;
  }
  
  .choose-us-item:hover .choose-us-img .choose-us-content p {
    opacity: 1;
    visibility: visible;
    margin-bottom: 0px;
  }
  .choose-us-item .choose-us-img .choose-us-content a {
    font-size: 14px;
    line-height: 24px;
    color: #ffffff;
    margin-top: 20px;
    margin-bottom: -140px;
    opacity: 0;
    visibility: hidden;
    transition: all 0.3s linear;
    display: inline-block;
  }
  
  .choose-us-item:hover .choose-us-img .choose-us-content a {
    opacity: 1;
    visibility: visible;
    margin-bottom: 0px;
  }
  ul.ullist{margin-left: 20px;}
  ul.ullist li{color: #202020; font-size: 18px; line-height: 130%; padding: 0 0 10px 5px; list-style-type: square; font-family: 'apercu_avnetbold', Helvetica, sans-serif; font-weight: 400;}
  .induty_section_hover .choose-us-item .choose-us-img .choose-us-content ul{margin-top: 20px; margin-bottom: -115px; opacity: 0; visibility: hidden; transition: all 0.3s linear;}
.induty_section_hover .choose-us-item:hover .choose-us-img .choose-us-content ul {opacity: 1; visibility: visible; margin-bottom: 0px; margin-top: 20px;}
.induty_section_hover .choose-us-item .choose-us-img .choose-us-content{padding: 10px 30px 15px; min-height: 105px;}
.induty_section_hover .choose-us-item .choose-us-img .choose-us-content .title{font-size: 27px;}
.plus{position: absolute; top: 80px; left: 270px;}

footer{padding: 30px 0;}
.footer_text{display: flex; justify-content: space-between; align-items: center;}
.footer_text P{font-size: 18px; color: #727272;}
.footer_links{text-align: right; margin-bottom: 0;}
.footer_links a{margin: 5px; display: inline-block; color: #727272; text-decoration: underline;}
.footer_links a:hover{text-decoration: underline;}


.badge_section {display: flex; flex-flow: wrap; align-items: center; margin-top: 30px;}
.badge_section li {margin: 0 15px 15px 0;}

.advantage-mulesoft{border: solid 1px #e5e5e5; padding: 40px 20px; height: 100%;}
.advantage-mulesoft:hover{-webkit-box-shadow: 0px 0px 25px 0px rgba(0,0,0,0.2); -moz-box-shadow: 0px 0px 25px 0px rgba(0,0,0,0.2); box-shadow: 0px 0px 25px 0px rgba(0,0,0,0.2);}
.advantage-mulesoft h3{font-size: 30px; color: #175285; margin-bottom: 20px;}
#mulesoftservice .accordion-header{padding-bottom: 0; line-height: normal;}
#mulesoftservice .accordion-item{background-color: transparent; border: none; margin-bottom: 20px;}
#mulesoftservice .accordion-button{border-radius: 10px; padding: 25px; font-size: 28px; color: #3f3f3f; font-weight: 500;}
#mulesoftservice .accordion-button:not(.collapsed){background-color: #fff; box-shadow: none;}
#mulesoftservice .accordion-body{font-size: 20px; color: #515151; line-height: 30px;}
.get-free-consultation{display: flex;}
.get-free-consultation-img{flex: 35%;}
.get-free-consultation-content{flex: 65%; background-color: #175285; color: #fff; padding: 100px 40px;}
.get-free-consultation-content h2, .get-free-consultation-content p{color: #fff; }
.get-free-consultation-img img{max-width: 100%; height: 100%;}
.conatct_us{background: #daeaf8; display: flex; align-items: center; border-radius: 10px;}
.conatct_text{padding: 10px 10px 10px 50px;}
.conatct_us img{border-radius: 10px 0 0 10px; display: block;}
.conatct_text p{color: #000000; font-size: 20px;}
.expertise_box{background: #ffffff; padding: 25px 25px 80px; border-radius: 5px; -webkit-box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.08); -moz-box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.08); box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.08); height: 100%; position: relative;}
.expertise_btn{position: absolute; bottom: 25px; width: 100%;}


  /*---Media Query-----*/
  @media only screen and (max-width: 1800px) {
	.multiple_slide{padding: 0 50px;}
	.owl-carousel.multiple_slide .owl-nav button.owl-prev{left: 0;}
	.owl-carousel.multiple_slide .owl-nav button.owl-next{right: 0;}
  }
  @media only screen and (max-width: 1599px) {
    .header_new{padding: 0;}
    header.sticky{padding: 0;}
    .new_banner{min-height: 600px; margin-top: 135px;}
    h1{font-size: 45px;}
    h2{font-size: 40px;}
    .banner_left p{font-size: 18px;}
    .why-softweb-head h3{font-size: 28px;}
    .banner_content {min-height: 600px;}
    .indutry_slider_left .slider-nav{left: 270px;}
    .plus{left: 255px;}
    .choose-us-item .choose-us-img .choose-us-content .title{
        font-size: 20px;
    }
    .choose-us-item .choose-us-img .choose-us-content p > span a{
        font-size: 16px;
        align-items: center;
    }
    .choose-us-item .choose-us-img .choose-us-content p > span a span{
        line-height: 0;
    }
    .ss_slider_left img{min-width: auto;}
    .about-block-state h4{font-size: 60px; align-items: center;}
    .induty_section_hover .choose-us-item .choose-us-img .choose-us-content{width: 100%; padding: 10px 15px 15px;}
    .induty_section_hover .choose-us-item .choose-us-img .choose-us-content .title{font-size: 20px;}
    .induty_section_hover .choose-us-item .choose-us-img .choose-us-content ul.ullist li{font-size: 16px;}

  }
  @media only screen and (max-width: 1450px) {
    .client_logo_img {flex-flow: wrap; justify-content: center;}
   .client_logo_img li {padding: 0px 20px 20px 20px;}
   
   
  }
  @media only screen and (max-width: 1399px) {
    .indutry_slider_left .slick-slide{height: 180px;}
    .industry_left_box_icon{height: 160px; width: 170px;}
    .industry_left_box_icon {top: 20px;}
    .indutry_slider_left .slider-nav{left: 200px;}
    .industry_left_box_icon{left: 0;}
    .plus {left: 190px;}
    .conatct_box_inner span{font-size: 40px;}
    .conatct_box_inner p{font-size: 20px;}
    .conatct_box_inner{padding: 15px 10px;}
    .ss_slider_left img{min-width: auto;}
    .about-block-state h4{font-size: 50px;}
    .why-softweb-box{min-height: auto; height: 100%;}
    
  }
  @media only screen and (max-width: 1259px) {

  }

  @media only screen and (max-width: 1199px) {
    .home_contact_form_light{padding: 25px 25px; width: 100%;}
    .home_contact2 p{font-size: 20px;}
    .indutry_slider_left .slick-slide {height: 170px;}
    .indutry_slider_left .slick-slide h3{font-size: 18px;}
    .industry_left_box_icon {top: 15px; height: 160px; width: 170px;}
    .indutry_slider_left .slider-nav {left: 170px;}
    .plus {left: 180px;}
    .indutry_slider_right{padding-left: 20px;}
    .new_banner{background-position: 40% 100%;}
    .banner_left{width: 50%; padding: 15px 20px 15px 0;}
    .banner-right{width: 50%;}
    .banner_left h1{font-size: 40px;}
    .banner_left p{font-size: 20px;}
    .banner_list li{font-size: 22px;}
    .pad_right {padding-right: 50px;}
    .get-free-consultation-img {flex: 50%;}
    .get-free-consultation-content {flex: 60%;}
  }


  @media only screen and (max-width: 1024px) {
	h2 {font-size: 34px;}
	h3 {font-size: 22px;}
	h4 {font-size: 20px;}
  
	
    .new_banner{background-position: left 100%; min-height:600px;;}
    .banner_content{min-height: 600px;}
    .pad_right{padding-right: 0;}
    .ss_slider{padding: 20px; flex-direction: column;}
    .ss_slider_left{width:100% ;}
    .ss_slider_left img{min-width: 100%;}
    .ss_slider_right{padding: 20px 0 20px 20px; width:100% }
    .conatct_box_inner{min-height: 150px;}
    .footer_text {flex-flow: column; justify-content: center;}
    .footer_text p {margin: 15px 0; text-align: center;}
    .get-free-consultation{flex-direction: column;}
    .about-block-state h4{font-size: 40px;}
    .expertise_box{padding: 20px 20px 80px;;}
  }

  @media only screen and (max-width: 1023px) {
    .indutry_slider_left{width: 50%;}
    .indutry_slider_right{width: 50%;}

  }
  @media only screen and (max-width: 991px) {
    header nav ul li{margin: 5px 10px;}
    header nav ul li:last-child {margin: 10px 0 0;}
  .mobile_top_space {padding-top: 45px !important;}
  .new_banner{margin-top: 110px;}
  
  .indutry_slider_left {width: 100%; text-align: center; display: flex; align-items: center; justify-content: center; margin-bottom: 20px;}
  .indutry_slider_right{width: 100%; padding-left: 0;}
  .indutry_slider_left .slick-list{transform: none;}
  .industry_left_box_text{transform: none;}
  .indutry_slider_left .slider-nav {left: auto; position: relative;}
  .industry_left_box_icon{position: relative; top: auto;}
  .plus{position: relative; left: auto; top: auto; margin: 0 20px;}
  header img.white_logo {display: none;}
  header img.black_logo {display: block; height: 50px; width: auto;}
  .conatct_box_inner{min-height: auto;}
  .contact_bottom{flex-flow: wrap;}
  .contact_bottom_inner{width: 33.33%;}
  .blue_form iframe { height: 395px;}
  .owl-carousel.multiple_slide .owl-nav.disabled {display: block !important;}
  .conatct_text{padding-left: 30px;}
	.conatct_us{display: block;}
	.conatct_us img {border-radius: 10px 10px 0 0; width: 100%;}
	.conatct_text{padding: 20px;}
  .conatct_text p{font-size: 18px;}
  .banner_content{display: block;}
  .banner_left{width: 100%; padding: 20px 0px 0px 0;}
  .banner-right{width: 100%;}
  }

  @media only screen and (max-width: 768px) {
    .ss_slider{flex-flow: wrap; padding: 0;}
    .ss_slider_left{width: 100%;}
    .ss_slider_right{width: 100%; padding: 20px;}
  }

  @media only screen and (max-width: 767px) {
  .home_contact_form_light{padding: 20px;}
  .home_contact2 p{font-size: 18px;}
  .header_top_inner {display: flex;justify-content: space-between;}
  .header_top a {font-size: 13px; margin: 0 5px;}
  .banner_left {width: 100%; text-align: center; padding: 40px 0 10px;}
  .banner_left h1 {font-size: 30px;}
  .header_new{padding: 10px 0;}
  .banner_left h1 br{display: none;}
  h2 {font-size: 26px;}
  .banner_left p {font-size: 18px;}
  .banner_list li {font-size: 20px;}
  .btn_green_blue{padding: 10px 15px; text-align: center; font-size: 18px;}
  .banner_list{max-width: 300px; margin: 0 auto;}
  .text_center_mobile{text-align: center;}
  .badge_section {justify-content: center;}
  .badge_section li {margin: 0 10px 15px;}
  .choose-us-item .choose-us-img a.choose-us-img-box img{width: 100%;}
  .choose-us-item .choose-us-img .choose-us-content p > span a{opacity: 1; visibility: visible; margin: 10px 0;}
  .about-block{align-items: center; margin-bottom: 15px;}
  .why-softweb-box{padding: 20px;}
  .why-softweb-head h3{font-size: 24px;}
  .why-softweb-head{margin-bottom: 15px;}
  .advantage-mulesoft{padding: 20px;}
  .advantage-mulesoft h3{font-size: 24px; margin-bottom: 10px;}
}

  @media only screen and (max-width: 650px) {
    .indutry_slider_left{display: block;}
    .industry_left_box_icon{margin: 0 auto 20px;}
    .indutry_slider_left .slick-list{margin: 0 auto;}
    .plus{margin-bottom: 5px;}
    .industry_left_box_icon {top: auto; height: 130px; width: 130px;}
    .indutry_slider_left .slick-slide { height: 150px;}
    .section_space {padding-top: 30px; padding-bottom: 30px;}
    .space_top{padding-top:30px;}
    .space_bottom{padding-bottom:30px;}
    .mobile_top_space {padding-top: 45px !important;}
    .cta_bg{text-align: center; background-position: left center; min-height: auto; padding: 30px 0;}
    .carousel-item {padding: 15px;}
    .conatct_box_inner span{font-size: 30px;}
    .conatct_box_inner p{font-size: 18px;}
    .contact_box{width: 100%;}
    .conatct_box_inner{margin: 0 0 15px;}
    .contact_bottom_inner{width: 50%;}
    .multiple_slide .owl-nav{margin-top: 0;}
	.multiple_slide{padding: 0 0px;}

  }
  @media only screen and (max-width: 479px) {

  }