*{margin:0; padding:0;  -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box; border: none; }
 img, fieldset{ border:none; }
 a{ text-decoration:none; outline:none; transition:all 0.3s ease-in-out 0s ; -webkit-transition:all 0.3s ease-in-out 0s}
 :focus{outline:none;}
 body{ font-family: 'segoe_uiregular'; font-size:14px; line-height:19px;-webkit-text-size-adjust: none; background: url(../images/body-bg-change.png) repeat 0 0!important; -webkit-font-smoothing:antialiased; overflow-x: hidden;}
 img{ max-width:100%; height:auto; vertical-align: middle}
 p{ font-size:18px; line-height:28px; margin-bottom:20px; color:#31262C; text-align: justify; }
 p a{color:#5a6067; text-decoration:none}
 ul{ padding: 0px; margin: 0px;}
 #main_sec{ float:left; width:100%;}
 #main{float:left; width:100%; position:relative;   overflow:hidden }
 
/*----- header starts -----*/

header{ float:left; width:100%; position: relative; transition:all 0.5s ease-in-out;-webkit-transition:all 0.5s ease-in-out; /* padding:20px 0 20px 0; */ z-index:9999; left:0px; /* top:25px  */}
header .logo{  float: left ; transition:all 0.5s ease-in-out;-webkit-transition:all 0.5s ease-in-out;  z-index:99; width: 150px; }
header .logo img{ transition:all 0.5s ease-in-out;-webkit-transition:all 0.5s ease-in-out; width: 150px; }
header.fixed .logo img{ width: auto}
header.fixed{/*padding-top:17px ; padding-bottom:17px;*/ background:#fff; padding:20px 0 10px 0 }
 /*header.fixed:hover{background-color: rgba(28, 28, 28, 0.6);}*/
header.fixed .logo{ position:relative;top:-5px; /*width:250px; top:0px*/}
header a.close{ display:none}
header.fixed .cart_col .cart_item{top:23px}
.mobilemenu{ display:none}

header nav { transition:all 0.5s ease-in-out;-webkit-transition:all 0.5s ease-in-out;  position:relative;  width: auto; display: inline-block; }
header nav ul{ display: flex; margin: 0px; padding: 0px; list-style: none;} 
header nav ul li{ font-size: 14px; line-height: 21px; color: #FFF8E8; font-weight: 400; margin:  0 8px; }
header nav ul li a{ color: #FFF8E8; text-decoration: none; position: relative;}
header nav ul li a::after{
content: "";position: absolute;left: 50%;
top: 89%;transform: translate(-50%, 5px);
width: 0%;height: 1px;
background: #FFF8E8;-webkit-transition: all .5s ease; transition: all .5s ease;}
header nav ul li a:hover{ color: #FFF8E8;}
header nav ul li a:hover::after{width: 100%;}
header .nav-header .slick-slide{ padding-bottom: 2px;}

.top-breadcumb{ position: absolute;  left: 0px;  width: 97%; top:24px; z-index: 99; padding-bottom: 10px; border-bottom: solid 1px #ccc; margin:0 auto; right: 0px;}
.top-breadcumb ul{ list-style: none; margin: 0px; padding: 0px;}
.top-breadcumb ul li{ display: inline-block; color: #F9B616; margin-right: 10px; font-size: 16px; font-weight: 600; position: relative;}
.top-breadcumb ul li::after{ content: ''; position: absolute; left:-7px; background: #ccc; width: 1px; height: 79%; top:5px }
.top-breadcumb ul li:first-child::after{ display: none;}
.top-breadcumb ul li:nth-child(2)::after{ display: none;}
.top-breadcumb ul li a{ color: #fff; text-decoration: none;}

/*---- header ends ----*/

 /*----- btn starts ----*/


 .header-top{ padding: 15px 0; float: left; width: 100%;}
 .header-top-right{ float: right; color:#fff; text-align: right;}
 .header-top-right ul{ margin: 0px; padding: 0px; list-style: none;}
 .header-top-right ul li{ display: inline-block; margin-left: 6px; position: relative;}
 .header-top-right ul li::after{ content: ''; position: absolute; left: -6px; width: 1px; background: #fff; height:64%; top:6px}
 .header-top-right ul li:first-child::after{ display: none;}
 .header-top-right ul li a{ font-size: 14px; line-height: 17px; color: #fff; text-decoration: none;}
 .header-top-right ul li a:hover{ color:#F9B616}
 .header-right-nav{ margin-top: 9px;}
 .header-top-right .number{ position: relative; top:7px; color: #fff; text-decoration: none;}
 .header-top-right .number a{color: #fff; text-decoration: none; cursor: default;}
.nav-conatiner{ background: #31262C  ; float: left; width: 100%; padding: 12px 0 8px 0px; position: relative; margin-top: 15px; border-top: solid 1px #000 ;}
.nav-conatiner::before{ content: ''; position: absolute; top:-8px; width: 100%; background: #F9B616; height: 2px; left: 0px;}
.nav-conatiner::after{ content: ''; position: absolute; bottom:-9px; width: 100%; background: #F9B616; height: 2px; left: 0px;}
.nav-conatiner svg{ color: #fff;}
.nav-conatiner .search{ float: right; margin-left: 14px; position: absolute; right: 0px; top:2px}
.nav-conatiner .serach-box{ position: absolute; top:-10px; right: 24px; width: 250px; background: #fff; border-radius: 20px; padding: 2px; transition: all 0.5s ease-in-out;
  -webkit-transition: all 0.5s ease-in-out; opacity: 0; visibility: hidden;}
  .nav-conatiner .serach-box.intro{ opacity: 1; visibility: visible;}
.nav-conatiner .serach-box input[type=text]{ background: #333;padding: 7px 77px 7px 15px; border-radius: 20px; color: #fff; width: 100%; text-transform: capitalize;font-size: 16px;}
.nav-conatiner .serach-box input[type=submit]{ background:#F9B616; padding: 7px 10px; border-radius: 0 20px 20px 0; position: absolute; right: 2px; color: #fff; font-size: 16px;}
.nav-conatiner .serach-box input[type=button]{ background:#F9B616; padding: 7px 10px; border-radius: 0 20px 20px 0; position: absolute; right: 2px; color: #fff; font-size: 16px;}
.nav-conatiner .serach-box .button-submit{background:#F9B616; padding: 7px 10px; border-radius: 0 20px 20px 0; position: absolute; right: 2px; color: #fff; font-size: 16px;}
.nav-conatiner .serach-box input[type=text]::placeholder{color: #fff;}
.nav-conatiner .ball{ float: right; position: absolute; right: 42px; top:0px; display: none;}
.nav-conatiner::before {animation: pulsate 1.2s infinite alternate;
  border: 1px solid #F9B616;
  box-shadow: 0 0 0.1rem #F9B616, 0 0 0.1rem #F9B616, 0 0 1rem #FF750B, 0 0 0.1rem #FF750B, 0 0 1.1rem #FF750B, inset 0 0 1.1rem #FF750B;}

.nav-conatiner::after {animation: pulsate 1.2s infinite alternate;
  border: 1px solid #F9B616;
  box-shadow: 0 0 0.1rem #F9B616, 0 0 0.1rem #F9B616, 0 0 1rem #FF750B, 0 0 0.1rem #FF750B, 0 0 1.1rem #FF750B, inset 0 0 1.1rem #FF750B;}
  .nav-conatiner .container{ position: relative;}

.homebanner-conatiner{ float: left; width: 100%; position: relative; min-height: 40vw; display: flex; align-items: center;}
.homebanner-conatiner .container{ position: relative;}
.homebanner-conatiner .shadow{ position: absolute; right: 0px; top:-180px; text-align: right; float: right; width: 75%; z-index: 99; box-shadow: none!important;}
.homebanner-conatiner  h4{ color: #fff; position: relative; display: inline-block;}
.homebanner-conatiner  h4 strong{ position: relative; top:-59px}
.homebanner-conatiner  h4 .tex1{background: #F9B616;position: absolute;font-size: 14px;line-height: 19px;padding: 1px 14px;top: -18px; right: -65px; min-width: 60px; text-align: center;}
.homebanner-conatiner  h4 .tex2 {background: #FF750B; position: absolute; font-size:14px; line-height: 19px; padding:1px 14px; right: -105px;}  
.homebanner-conatiner h1{ font-size: 70px; color: #Fff; /* text-transform: uppercase; */ font-family: 'segoe_uibold'; line-height: 70px; margin-bottom: 0px;}
.homebanner-conatiner h2{ color: #fff; font-size: 68px; line-height: 68px; margin-bottom: 0px;}
.homebanner-conatiner h3{ color: #fff; font-size: 70px; line-height: 70px;font-family: 'segoe_uibold';}
.homebanner-conatiner .shadow img{ width: 100%;}
.homebanner-conatiner .container{ display: flex; z-index: 99;}
.homebanner-conatiner .col-md-4{ padding: 100px 0 0 0;}

.social-icon{ width: 20px; list-style: none; position: absolute; bottom: -200px; margin-bottom: 0px; left: -42px;}
.social-icon ul{ list-style: none; margin: 0px; padding:0px;}
.social-icon ul li{ margin-bottom: 10px;}
.social-icon ul li a{ background: #fff; display: inline-block; /* padding: 5px; */ border-radius: 10px; width: 25px;  color: #000; text-align: center;}
.social-icon ul li a svg{ font-size: 14px;}
.social-icon ul li a:hover{ background: #FF750B;}
.social-icon ul li a:hover svg{ color: #fff;}
.social-icon.head{ position: static; width: 100%;}
.social-icon.head ul li{ margin-bottom: 0px;}
.social-icon.head ul li a{ width: 22px; height: 22px; line-height: 22px;}
.header-top-right  .social-icon.head ul li::after{ display: none;}

h2 {-webkit-text-stroke: 1px #fff;-webkit-text-fill-color: transparent;color: #333;font-weight: 900; font-size: 90px;}



.home-middle-continer{ display: block; float: left; width: 100%; position: relative; z-index: 99; margin-bottom: 70px;}
.home-middle-continer h3{ text-align: center; color: #F9B616; font-family: 'segoe_uiregular'; font-size: 17px; line-height: 22px;}
.home-middle-continer h2{ text-align: center; font-size: 50px; line-height: 55px;}
.home-middle-continer h4{ text-align: center; color: #fff; font-size: 30px;}
.home-middle-continer .home-middle-details{ float: left; width: 100%; padding: 40px 0;}
.home-middle-continer .request-btn{ border: solid 2px #F9B616; color: #fff; font-size: 16px; line-height: 21px; display: inline-block; text-decoration: none; padding: 10px 20px; margin-top: 20px; position: relative; z-index: 999;}
.home-middle-continer .request-btn:hover{ background: #FF750B; border: solid 2px #FF750B;}
.home-middle-continer .container{ text-align: center;}
.border-box{ text-align: center; float: left; margin-top: 80px;}
.border-box img{ width: 80%; display: inline-block;}


.home-sldier-top{ float: left; width: 100%; margin-top: 160px; position: relative;  transform: rotate(-13deg); }
.home-sldier-top ul{ margin:0px; padding: 0px; }
.home-sldier-top ul li{ margin-bottom: 5px; transform: none; }
.home-sldier-top ul li img{border-radius: 5px; transform: none; }
.home-sldier-top .slick-list{ overflow: visible;}
.home-sldier-top .slick-slide{ margin:  0 10px 10px 0;}
.home-sldier-top .slick-dotted.slick-slider{ margin-bottom: 0px;}
.home-sldie .slick-next{ top:0px; left: 20%; top:-32px}
.home-sldie .slick-next{background: url(../images/left-arrow-small.svg) repeat 0 0;}
.home-sldie .slick-next:hover{background: url(../images/left-arrow-small.svg) repeat 0 0;}
.home-sldie .slick-next:focus{background: url(../images/left-arrow-small.svg) repeat 0 0;}
.home-sldie .slick-next::after{ content: 'Right to left'; position: absolute; font-size: 20px; width: 200px; color: #fff; left: -14px;}
.home-sldie .slick-next::before{ display: none;}
.home-sldie .slick-prev{ display: none;}


.carousel-rtl .slick-next{background: url(../images/right-arrow-small.svg) repeat 0 0; width: 22px;background-size: 100%;bottom:-36px; right:20%!important; top:inherit; left: inherit; z-index: 9999;}
.carousel-rtl .slick-next:hover{background: url(../images/right-arrow-small.svg) repeat 0 0; width: 22px;background-size: 100%;}
.carousel-rtl .slick-next:focus{background: url(../images/right-arrow-small.svg) repeat 0 0; width: 22px;background-size: 100%;}
.carousel-rtl .slick-next::before{ display: none;}
.carousel-rtl .slick-next::after{content: 'left to right'; position: absolute; font-size: 20px; width: 200px; color: #fff; left: -14px;}

.big-text{ font-size: 280px; font-family: 'segoe_uibold'; position: absolute; text-align: center; top:-200px; width: 100%; opacity: 0.7;}

#circle { position: absolute; width: 300px; left: 10%;  overflow: hidden; top:68%; height: 200px; display: flex; align-items: center; justify-content: center; }
.inner-circle{ right: 0px; left: inherit!important;}
.inner-circle.left{ left: 0px; right: inherit;}

.down_arrow{ position: relative; z-index: 9999; top:7px}
.down_arrow img{ width: 50px;}
#circle text {  font-size: 24px;  color: #fff;  font-family: 'segoe_uiregular';}
#circle svg { position: absolute; left: 0; top: 0; width: 100%; height: 217px; font-weight: normal;

  -webkit-animation-name: rotate;
     -moz-animation-name: rotate;
      -ms-animation-name: rotate;
       -o-animation-name: rotate;
          animation-name: rotate;
  -webkit-animation-duration: 5s;
     -moz-animation-duration: 5s;
      -ms-animation-duration: 5s;
       -o-animation-duration: 5s;
          animation-duration: 5s;
  -webkit-animation-iteration-count: infinite;
     -moz-animation-iteration-count: infinite;
      -ms-animation-iteration-count: infinite;
       -o-animation-iteration-count: infinite;
          animation-iteration-count: infinite;
  -webkit-animation-timing-function: linear;
     -moz-animation-timing-function: linear;
      -ms-animation-timing-function: linear;
       -o-animation-timing-function: linear;
          animation-timing-function: linear;

}

@-webkit-keyframes rotate {
    from { -webkit-transform: rotate(360deg); }
    to { -webkit-transform: rotate(0); }
}
@-moz-keyframes rotate {
    from { -moz-transform: rotate(360deg); }
    to { -moz-transform: rotate(0); }
}
@-ms-keyframes rotate {
    from { -ms-transform: rotate(360deg); }
    to { -ms-transform: rotate(0); }
}
@-o-keyframes rotate {
    from { -o-transform: rotate(360deg); }
    to { -o-transform: rotate(0); }
}
@keyframes rotate {
    from { transform: rotate(360deg); }
    to { transform: rotate(0); }
}

.background-video-container {
  pointer-events: none;
  z-index: 10;
  position: absolute;
  top: 0rem;
  right: 0rem;
  bottom: 0rem;
  left: 0rem;
  height: 0;
  width: 100%;
}
.background-video-container video {
  /* background-image: url('*** Poster image goes here ***'); */
  background-size: cover;
  height: auto;
  min-width: 100%;
  min-height: 100%;
  -webkit-transform: translateX(-50%) translateY(-50%);
          transform: translateX(-50%) translateY(-50%);
  width: auto;
  position: absolute;
  top: 50%;
  right: 0rem;
  bottom: 0rem;
  left: 50%;
}


.home-bottom-container .container.middle{ display: flex; justify-content: space-evenly; margin: 40px 0;}
.home-bottom-container h2{text-align: center;font-size: 50px; line-height: 55px;}
.home-bottom-container h4{text-align: center;color: #fff; font-size: 30px; margin: 15px 0;}
.home-bottom-container .col-md-3{color: #F9B616; position: relative;text-align: center;}
.home-bottom-container .col-md-3::after{content: ''; position: absolute; width: 1px; height: 84%; background: #fff; transform: skew(-20deg); left: -33px; top:-1px}
.home-bottom-container .col-md-3:first-child::after{display: none;}

/* .home-bottom-container ul li::after{ content: ''; position: absolute; left: 0px; height: 40%; width: 4px; background: #fff;} */


.red-btn{ display: block; text-align: center; margin-top: 52px;}
.red-btn img {width: 100px;}

.our-portfolio{ display: flex; color:#fff; align-items: center; padding: 285px 0; background: url(../images/webdesign-art.png) repeat 0 0; background-size: contain; background-repeat: no-repeat; margin-top: -106px;}
.our-portfolio .container {display: flex;}
.our-portfolio .col-md-8.art {float: right;position: absolute;right: 0px; text-align: right;}
.our-portfolio h2{font-size: 50px; line-height: 55px;}
.our-portfolio h3{font-size: 50px; line-height: 55px; font-family: 'segoe_uibold'; margin-bottom: 20px;}
.our-portfolio p{ color: #fff;}
.our-portfolio .col-md-8.art .portfolio{ width: 100%; float: right; position: relative;}
.our-portfolio .col-md-8.art .portfolio .portfolio-pic{ width: 44%;}
.our-portfolio .col-md-8.art .portfolio .founder-art{ position: absolute; right: -211px; top: -272px;}

.btn-yellow{background: url(../images/yellow-btn.png) repeat 0 0;
  display: flex;color: #fff;text-decoration: none;width: 230px;height: 75px;background-size: 100%;
  background-repeat: no-repeat;text-align: center;align-items: center;font-size: 19px;padding-left: 39px;}
.btn-yellow:hover{ color: #fff; opacity: 0.7;}

.home-bottom-box h2{font-size: 50px; line-height: 55px;}
.home-bottom-box h3{font-size: 55px; line-height: 60px; font-family: 'segoe_uibold'; color: #fff;}
.home-bottom-box .home-bottom-details{ display: flex; justify-content: space-between; margin: 50px 0;}
.home-bottom-box .home-bottom-details .col-md-4{ margin: 0 20px;}
.home-bottom-box .home-bottom-details .col-md-4:first-child{ margin-left: 0px;}
.home-bottom-box .home-bottom-details .col-md-4:last-child{ margin-right: 0px;}
.home-bottom-box .home-bottom-details .yellow{ background: #F9B616; border-radius: 15px; padding: 20px;}
.home-bottom-box .home-bottom-details .col-md-4.slide{ display: flex; align-items: center ;}
.home-bottom-box .home-bottom-details .gray{ background: #7D7D7D;border-radius: 15px; padding: 20px;}
.home-bottom-box .home-bottom-details h4{ border-bottom: solid 2px rgba(255, 255, 255, .3); padding-bottom: 10px; font-size: 40px;}
.home-bottom-box .home-bottom-details p{  text-align: inherit; color: #fff;}
.home-bottom-box .home-bottom-details svg{transform: rotate(-33deg);}
.home-bottom-box .home-bottom-details{ color: #fff;}
.home-bottom-box .home-bottom-details .btn-top{background: rgb(158,153,153);
  background: radial-gradient(circle, rgba(158,153,153,1) 0%, rgba(24,24,24,1) 100%); border: solid 1px rgba(255, 255, 255, .3);padding:3px 20px; margin-bottom: 10px;}
.home-bottom-box .home-bottom-details .btn-top:hover{background: rgb(158,153,153);
    background: radial-gradient(circle, rgba(158,153,153,1) 0%, rgba(24,24,24,1) 100%); border: solid 1px rgba(255, 255, 255, .3);  }
.home-bottom-box .home-bottom-details a{ text-decoration: none; color: #fff; display: inline-block; border-radius: 10px; border: solid 1px #fff; display: inline-block; padding: 2px 6px; font-size: 14px;}
.home-bottom-box .home-bottom-details a:hover{ background: #FF750B;
  border: solid 1px #FF750B;}
.home-bottom-box .home-bottom-details a.read-more{ border: none;}
.home-bottom-box ul{ list-style: none; margin: 0px; padding: 0px; width: 100%;}
.home-bottom-box .home-list .slick-prev::before{ display: none;}
.home-bottom-box .home-list .slick-prev{ background: url(../images/left-arrow-small.svg) repeat 0 0; background-size: 20px; background-repeat: no-repeat;top:18px; right: 57px; left: inherit; z-index: 999;}
.home-bottom-box .home-list .slick-next{ background: url(../images/right-arrow-small.svg) repeat 0 0;background-size: 20px; background-repeat: no-repeat; top:18px; right: 20px;}
.home-bottom-box .home-list .slick-next::before{ display: none;}

.learn-moare-btn{ display: block; text-align: center}
.learn-moare-btn .btn-yellow{ margin:0 auto;}

.home-bottom-container-box{background: url(../images/webdesign-art.png) repeat 0 0; background-size: cover; background-repeat: no-repeat; padding: 108px 0;}
.home-bottom-container-box .container{ display: flex; align-items: center ; justify-content: space-evenly; }   
.home-bottom-container-box .container .col-md-5 { text-align: right;} 
.home-bottom-container-box .container .col-md-5 h2{ font-size: 97px; line-height: 142px;}   
.home-bottom-container-box .container .col-md-5 h3{ font-size: 140px; line-height: 140px; color: #fff; font-family: 'segoe_uibold';}
.home-bottom-container-box .yellow-bg-big{/* background: url(../images/yellow-bg.png) repeat 0 0; background-size: cover; padding: 126px 100px 155px 100px; */ position: relative; display: flex; align-items: center;}
/* .home-bottom-container-box .yellow-bg-big .bell{position: absolute;width: 176px;left: 0px;right: 0px;margin: 0 auto; top: -101px;} */
.home-bottom-container-box .yellow-bg-big p{ font-size: 25px; line-height: 32px; text-align: inherit; text-align: center  ;}
.home-bottom-container-box .contant-details p{ text-align: center; color: #fff; font-size: 20px; line-height: 30px; margin: 40px 0;}
.home-bottom-container-box .yellow-bg-big .img-details{ position: absolute; padding: 13% 10%;}

.bell-animation{margin: 0 auto;
  margin: 0 auto;
  text-align: center;
  position: absolute;
  width: 367px;
  top: -109px;
  transform: rotate(-7deg);
  left: 0px;
  right: 0px;
}


.bell-content-details{ position: relative;transform: rotate(-2deg); left: 10px;}

.home-progres-bar-container{ }
.home-progres-bar-container .col-md-3 {text-align: left;}
.home-progres-bar-container .col-md-3 h4{ color: #fff; margin: 20px 0; font-size: 25px; line-height: 30px; font-weight: normal;}
.home-progres-bar-container .col-md-3 h5{ color: #F9B616; margin: 20px 0; font-size: 62px; line-height: 73px;}
.home-progres-bar-container .col-md-3 h6{ color: #fff; font-weight: normal;}

.home-progres-bar-container .task-progress {margin: 40px  0;}
.home-progres-bar-container .task-progress p {display: flex;justify-content: space-between;align-items: center;color: #31262C; font-weight: 700; font-size: 20px;}
.home-progres-bar-container .task-progress	span {color: #000;}
.home-progres-bar-container .progress {width: 100%;-webkit-appearance: none;appearance: none;/* border: 3px solid #D1913C; */border-radius: 43px!important;height: 15px!important;
	  /* background: #944A28!important; */}
.home-progres-bar-container .progress::-webkit-progress-bar {background: #7D7D7D 0% 0% no-repeat padding-box;
  box-shadow: inset 0px 3px 6px #00000080;
  border-radius: 12px;
  opacity: 1;}
.home-progres-bar-container .progress::-webkit-progress-bar,.progress::-webkit-progress-value {border-radius: 10px;}
.home-progres-bar-container ::-moz-progress-bar {background: transparent linear-gradient(90deg, #FFFFFF00 0%, #EACDA773 22%, #D1913C 100%) 0% 0% no-repeat padding-box;
  border-radius: 43px;}
.home-progres-bar-container .progress::-moz-progress-bar {border-radius: 10px;}
.home-progres-bar-container .progress1::-webkit-progress-value {background: transparent linear-gradient(180deg, #FFAD53 0%, #F9B616 100%) 0% 0% no-repeat padding-box;
  box-shadow: inset 0px 3px 6px #00000080;
  border-radius: 12px;
  opacity: 1;}
.home-progres-bar-container .progress1::-moz-progress-value {background: transparent linear-gradient(180deg, #FFAD53 0%, #F9B616 100%) 0% 0% no-repeat padding-box;
  box-shadow: inset 0px 3px 6px #00000080;
  border-radius: 12px;
  opacity: 1;}
.home-progres-bar-container .progress1::-moz-progress-value {background: transparent linear-gradient(180deg, #FFAD53 0%, #F9B616 100%) 0% 0% no-repeat padding-box;
  box-shadow: inset 0px 3px 6px #00000080;
  border-radius: 12px;
  opacity: 1;}
.home-progres-bar-container .progress2::-webkit-progress-value {background: transparent linear-gradient(180deg, #FFAD53 0%, #F9B616 100%) 0% 0% no-repeat padding-box;
  box-shadow: inset 0px 3px 6px #00000080;
  border-radius: 12px;
  opacity: 1;}
.home-progres-bar-container .progress3::-webkit-progress-value {background: transparent linear-gradient(180deg, #FFAD53 0%, #F9B616 100%) 0% 0% no-repeat padding-box;
  box-shadow: inset 0px 3px 6px #00000080;
  border-radius: 12px;
  opacity: 1;}


.client-review-container{background: url(../images/client-review.png) repeat 0 0; background-size: cover; background-repeat: no-repeat; padding: 80px 0;}

.client-review-container .container{ display: flex; justify-content: space-between;}
.client-review-container .container h3{text-align: left; font: normal normal bold 65px/68px Segoe UI;letter-spacing: 0px;color: #F9B616;text-shadow: 0px 7px 5px #0000004D; margin-bottom: 30px;}
.client-review-container .container p{ color: #fff; }
.client-review-container .right{ /* box-shadow: inset 0px 4px 6px #00000029, 0px 4px 6px #000000; */
 /*  border: 3px solid rgba(255, 255, 255, .5); */
}

.client-review-container .right .right-deetails{}
.client-review-container .right .right-deetails .slick-initialized .slick-slide{ padding-bottom: 47px;}
.client-review-container .right .right-deetails ul{ margin: 0px; padding: 0px; margin-bottom: 30px;}
.client-review-container .right .right-deetails ul li{
    opacity: 1;backdrop-filter: blur(40px); -webkit-backdrop-filter: blur(40px); padding: 20px;display: flex;justify-content: space-between; flex-flow: wrap;}
.client-review-container .right .testimonal-details {width: 170px; display: inline-block; margin-bottom: -91px; float: left; text-align: left; }
.client-review-container .right .testimonal-details .testimonal-icon{width: 80px;display: inline-block;}
.client-review-container .right .testimonal-details img {width: 100%;}
.client-review-container .right .star{ float: right; width: 107px;}
.client-review-container .right .testimonal-details h5{ display: inline-block; color: #fff; font-size: 17px; position: absolute;}
.client-review-container .right .testimonal-icon{ width: 80px; display: inline-block; text-align: right; margin-bottom: 20px;}
.client-review-container .right { text-align: right;}
.client-review-container .right .slick-prev{background: url(../images/left-arrow-white.svg) repeat 0 0; background-size: 100%; width: 35px; height: 35px; background-repeat: no-repeat; left: 42%; bottom: -30px; top:inherit; z-index: 9999;}
.client-review-container .right .slick-prev::before{ display: none;}
.client-review-container .right .slick-next{background: url(../images/right-arrow-white.svg) repeat 0 0; background-size: 100%; width: 35px; height: 35px; background-repeat: no-repeat; right: 40%; bottom: -30px; top:inherit; z-index: 9999;}
.client-review-container .right .slick-next::before{ display: none;}


.inner-banner{ /* float: left; width: 100%;  */position: relative; min-height: 50vw;}
.inner-banner .about-banner{position: absolute;left: 0px;top: 14px;text-align: left;float: left; width: 75%;z-index: 99;}
.inner-banner .container{ display: flex; z-index: 99; justify-content: flex-end; padding-top: 100px; position: relative; min-height: 35vw;}
.inner-banner .container .col-md-3{ text-align: right;}
.inner-banner .container .col-md-4{ text-align: right;}
.inner-banner h2{color: #fff;font-size: 100px;line-height: 110px; margin-bottom: 0px;}
.inner-banner h2 span{    -webkit-text-fill-color: floralwhite;
  }
.inner-banner h3{ font-size: 110px;color: #Fff;font-family: 'segoe_uibold';line-height: 100px; margin-bottom: 0px;}

.about-us-top{background: url(../images/webdesign-art.png) no-repeat 0 0; background-size: contain; background-position: center; background-size: cover; margin-top: 80px; padding-bottom: 50px;}
.about-us-top .art-icon{ text-align: center; display: block;}
.about-us-top .art-icon img{ width: 80%;}
.about-us-top .container{ display: flex; justify-content: space-between; align-items: center; padding: 50px 0;}
.about-us-top .container .col-md-7{ text-align: right; color: #fff;}
.about-us-top .container .col-md-7 p{ color: #fff; text-align: right; font-size: 20px; line-height: 30px;}
.about-us-top h3{ font-size: 50px; line-height: 55px; color: #fff; margin-bottom: 20px;}
.about-us-top .number{ font-size: 90px; line-height: 95px; color: #F9B616; font-family: 'segoe_uibold';}
.about-us-top .text{ display: flex; align-items: center; justify-content: right;}

.about-us-middle-container{ position: relative; padding: 50px 0; background: url(../images/about-bg.png) repeat 0 bottom; background-size: cover;  }
.about-us-middle-container .container{ position: relative; z-index: 999; color: #fff;}
.about-us-middle-container .container p{ color: #fff;}
.about-us-middle-container h4{-webkit-text-stroke: 1px #fff; -webkit-text-fill-color: transparent;color: #333; font-size: 32px;}
.about-us-middle-container .container .video-btn{ width: 50px; display: inline-block; margin-bottom: 20px;}
.about-us-middle-container .container .col-md-4{-webkit-box-shadow: inset 1px 1px 24px 0px rgba(0,0,0,0.75);
  -moz-box-shadow: inset 1px 1px 24px 0px rgba(0,0,0,0.75);
  box-shadow: inset 1px 1px 24px 0px rgba(0,0,0,0.75); background: #F9B616; padding: 20px; border-radius: 15px; text-align: center; color: #fff; margin:  0 15px;}

.about-us-middle-container .container .col-md-4:first-child{ margin-left: 0px;}
.about-us-middle-container .container .col-md-4:last-child{ margin-right: 0px;}
.about-us-middle-container .container.bottom{ display: flex; justify-content: space-between; margin-top: 50px;}
.about-us-middle-container .container .col-md-4 img {width: 50px; margin-top: 20px;}
.about-us-middle-container .container .col-md-4 p{ color: #fff; text-align: inherit;}
.about-us-middle-container .container .col-md-4 h3{ margin: 15px 0;}
.about-us-middle-container .container .col-md-4 p{ font-size: 18px; line-height: 28px;}

.our-skills{ padding: 70px 0;}
.our-skills .container { display: flex; justify-content: space-between; align-items: center;}
.our-skills .container .konow-more{background: transparent linear-gradient(180deg, #FFA206 0%, #FFCA01 100%) 0% 0% no-repeat padding-box;
  border-radius: 33px; color: #fff; display: inline-block; text-decoration: none; padding: 7px 20px; margin-top: 20px;}
.our-skills .container h3{ color: #fff; margin-bottom: 15px; font-size: 35px; line-height: 40px;}
.our-skills .container p{ color: #fff;}


.our-skills .progress-bar-box{ width: 70%; margin-top: 40px;}
.our-skills .progress-bar-box .task-progress{ position: relative; margin-bottom: 20px;}
.our-skills .progress-bar-box .task-progress p{ margin-bottom: 10px;}
.our-skills .progress-bar-box .percent{ color: #fff; position: absolute; right: 0px; top:4px; font-size: 14px;}
.our-skills .progress {width: 100%;-webkit-appearance: none;appearance: none;/* border: 3px solid #D1913C; */border-radius: 43px!important;height: 15px!important;
  /* background: #944A28!important; */}
.our-skills .progress::-webkit-progress-bar {background: #fff 0% 0% no-repeat padding-box;
box-shadow: inset 0px 3px 6px #00000080;
border-radius: 12px;
opacity: 1;}
.our-skills .progress::-webkit-progress-bar,.progress::-webkit-progress-value {border-radius: 10px;}
.our-skills ::-moz-progress-bar {background: transparent linear-gradient(90deg, #FFFFFF00 0%, #EACDA773 22%, #D1913C 100%) 0% 0% no-repeat padding-box;
border-radius: 43px;}
.our-skills .progress::-moz-progress-bar {border-radius: 10px;}
.our-skills .progress2::-webkit-progress-value {background: transparent linear-gradient(270deg, #FFC702 0%, #FFC702 100%) 0% 0% no-repeat padding-box;
border-radius: 12px;
opacity: 1;}
.our-skills .progress3::-webkit-progress-value {background: transparent linear-gradient(180deg, #FFAD53 0%, #F9B616 100%) 0% 0% no-repeat padding-box;
box-shadow: inset 0px 3px 6px #00000080;
border-radius: 12px;
opacity: 1;}

.vision{ color: #fff; text-align: center;}
.vision p{ text-align: center; color: #fff;}
.vision h2{ font-size: 55px; line-height: 65px;}


.our-founder{ padding: 30px 0 20px 0;}
.our-founder h2{ font-size: 130px; margin-bottom: 0px;}
.our-founder .founder-title{ /* position: absolute; */ left: 0px; right: 0px; margin: 0 auto; justify-content: start; display: flex; align-items: center; z-index: 999;}
.our-founder .founder-title span{ font-size: 130px; color: #fff; display: flex;}

.our-founder-box{ position: relative; padding-bottom: 100px;}
.our-founder-box .art-icon{position: absolute;top: -363px;max-width: 100%;left: -95px;right: 0px;margin: 0 auto; display: none;}
.our-founder p{ text-align: center; color: #fff; font-size: 20px; line-height: 35px; font-weight: normal;}

.squid-container{background: url(../images/squid-art.png) no-repeat center ; background-size: cover; padding: 50px 0 100px 0;}
.squid-container h2{ font-size: 150px; line-height: 150px;}
.squid-container h2 span{-webkit-text-fill-color:floralwhite; font-weight: normal;}
.squid-container .our-squid ul{ margin: 0px; padding: 0px;}

.squid-container .slick-prev{background: url(../images/left-arrow-middle.svg) repeat 0 0; height: 45px; width: 45px;background-size: 100%;bottom:-80px; left:45%!important; top:inherit;  z-index: 9999;}
.squid-container .slick-prev:hover{background: url(../images/left-arrow-middle.svg) repeat 0 0; height: 45px; width: 45px;background-size: 100%;}
.squid-container .slick-prev:focus{background: url(../images/left-arrow-middle.svg) repeat 0 0; height: 45px; width: 45px;background-size: 100%;}
.squid-container .slick-prev::before{ display: none;}


.squid-container .slick-next{background: url(../images/right-arrow-middle.svg) repeat 0 0; height: 45px; width: 45px;background-size: 100%;bottom:-80px; right:45%!important; top:inherit;  z-index: 9999;}
.squid-container .slick-next:hover{background: url(../images/right-arrow-middle.svg) repeat 0 0; height: 45px; width: 45px;background-size: 100%;}
.squid-container .slick-next:focus{background: url(../images/right-arrow-middle.svg) repeat 0 0; height: 45px; width: 45px;background-size: 100%;}
.squid-container .slick-next::before{ display: none;}


.our-portfolio-container{ background: url(../images/about-art.png) repeat 0 center; background-size: 100%; margin-top: 80px; padding-bottom: 50px;}
.our-portfolio-container .our-portfolio-top { text-align: right;}
.our-portfolio-container .our-portfolio-top h1{ display: inline-block; font-size: 75px; color: #fff; line-height: 80px; position: relative; margin-bottom: 0px;}
.our-portfolio-container .our-portfolio-top h1 .tex1{ background: #F9B616;position: absolute; font-size: 29px;line-height: 39px;padding: 0px 15px;top: -29px;left: -105px;}
.our-portfolio-container .our-portfolio-top h1 .tex2{background: #FF750B;position: absolute; font-size: 29px;line-height: 39px;padding: 0px 15px; left: -188px; top:20px}
.our-portfolio-container .our-portfolio-top p{ text-align: center; color: #fff; font-size: 18px; line-height: 29px; margin-top: 40px;}
.our-portfolio-container .our-portfolio-top h2{ font-size: 75px; color: #fff; line-height: 80px;}


.show-project-container{ background: url(../images/about-art.png) repeat ; background-size: 100%;}
.show-project-container .container{ display: flex; align-items: center; position: relative;}
.show-project-container .container h2{ font-size: 280px;font-family: 'segoe_uibold';position: absolute;text-align: center;
  top: -200px;width: 100%;opacity: 0.7;}
.show-project-container .container .show-project .slick-slide{ margin: 0 10px;}
.show-project-container .container .show-project .slick-slide:nth-child(even){ margin-top: -80px;}
.show-project-container .container .show-project .slick-list{ padding: 80px 0;}
.big-text-show-project{font-size: 198px;font-family: 'segoe_uibold'; position: absolute;text-align: left;top: 23%;width: 100%;opacity: 0.6;}
.show-project-container .proftfilo-details{ margin-top: 50%;}
.show-project-container .proftfilo-details h3{ font-size:45px; line-height: 45px;}
.show-project-container  .col-md-4{ color: #fff; position: relative; z-index: 99;}
.show-project-container  p{ color: #fff;}
.show-project-container .show-project-arrow{background: url(../images/arrow-show.svg) no-repeat 0 0; color: #fff; text-decoration: none; background-size: 9px; background-position: right 6px; padding-right: 18px; margin-top: 18px; display: inline-block;}

.show-project-container .show-project{ margin-right: -150px;}
.show-project-container .show-project .slick-prev{background: url(../images/left-arrow-circle.svg) no-repeat 0 0; background-size: cover; width: 30px; height: 30px; top:-21px; left: 40px;}
.show-project-container .show-project .slick-prev::before{ display: none;}
.show-project-container .show-project .slick-next{background: url(../images/right-arrow-circle.svg) no-repeat 0 0; background-size: cover; width: 30px;
  height: 30px; bottom: 32px;left: 40px;right: inherit;top: inherit;}
.show-project-container .show-project .slick-next::before{ display: none;}
.show-project-container .container .col-md-8{ position: relative; z-index: 99;}

.inner-banner.webdesigning .shadow {position: absolute;left: 0px;top: 29px;text-align: left;float: left ;width: 65%;z-index: 99; box-shadow: none!important;}
.inner-banner.webdesigning .col-md-6{ text-align: right;}
.inner-banner.webdesigning h2 .blub-icon{ width: 100px; position: absolute; top:-35px; right: 132px;}
.inner-banner.webdesigning h2{ position: relative;}
.inner-banner.webdesigning p{ color: #fff; text-align: right; margin-top: 30px;}
.inner-banner.webdesigning #circle.inner-circle{ top:79%}
.inner-banner.inner-banner.webdesigning.static_website.common .container{ align-items: center;}
.inner-banner.inner-banner.webdesigning.static_website.common h2{ font-size:35px; line-height: 50px;}



.our-webdesigning-container{ margin-top: 123px;background: url(../images/webdesign-art.png) no-repeat 0 0; background-size: cover;  }
.our-webdesigning-container .container{ padding-top: 70px; padding-bottom: 10px;}
.our-webdesigning-container .border-art{ width: 100%; display: inline-block!important; text-align: center!important;}
.our-webdesigning-container .border-art img{ width: 80%; }
.our-webdesigning-container .container h4{ color: #F9B616; line-height: 35px;}
.our-webdesigning-container .container h5{ color: #F9B616; margin: 20px 0 2px 0;}
.our-webdesigning-container .container h3{ color: #fff; margin-top: 20px; margin-bottom: 30px;}
.our-webdesigning-container .container p{ color: #fff;}

.categories-webdesign{background: url(../images/webdesign-category.png) no-repeat 0 0; background-size: cover; padding: 150px 0; }
.categories-webdesign .container{ display: flex; justify-content: space-around;}
.categories-webdesign .container h3{ color: #fff; font-size: 45px; line-height: 50px; font-family: 'segoe_uibold';}
.categories-webdesign .container h2{-webkit-text-stroke: 2px #F9B616; font-size: 55px; line-height: 60px;}
.categories-webdesign .container h4{ color: #F9B616;}
.categories-webdesign .container p{ color: #fff;}

.webdesign-bottom{ padding: 50px 0;}
.webdesign-bottom h3{ color: #fff; font-size: 35px; line-height: 40px; margin-bottom: 30px;}
.webdesign-bottom h4{ color: #F9B616; text-decoration: underline;}
.webdesign-bottom p{ color: #fff; margin-bottom: 40px;}

.webdesign-circle-continer{ position: relative;  padding: 50px 0 200px 0; text-align: center;}
.webdesign-circle-continer .glow-effect{position: absolute;top:-200px;width: 50%;right: -60px;}
.webdesign-circle-continer .glow-effect img{ width: 100%;}
.webdesign-circle-continer h3{ color: #fff; font-size: 50px; line-height: 60px; margin-bottom: 30px;}
.webdesign-circle-continer p {text-align: center; color: #fff;}
.webdesign-circle-continer .container{ position: relative; z-index: 999;}
.webdesign-circle-continer p a{color: #F9B616;}

.our-portfolio-contienr{background: url(../images/red-border-art.png) no-repeat 0 center; background-size: cover; padding: 27px 0 70px 0;}
.our-portfolio-contienr ul{ list-style: none; margin: 0px; padding: 0px;}
.our-portfolio-contienr ul li{background: url(../images/webdesign-protfilo-bg.png) no-repeat 0 center; padding: 30px; text-align: center; width: 30%; background-size: cover; border-radius: 20px;}
.our-portfolio-contienr ul li h3 { color: #fff; font-size: 22px; line-height:25px; font-family: 'Gabriela', serif; font-weight: 300; font-weight: normal; text-align: left; margin: 20px 0;}
.our-portfolio-contienr ul li p{ color: #fff; text-align: left;}
.our-portfolio-contienr ul li img{ display: block; text-align: left; width: 128px;}
.our-portfolio-contienr ul li .read-more{background: url(../images/yellow-btn.png) no-repeat 0 center; background-size: cover; 
  display: inline-block; color: #fff; text-decoration: none; width: 160px; height: 60px; display: flex; align-items: center; justify-content: center; margin: 0 auto; padding-right: 20px;}
.our-portfolio-contienr .our-portfilo-work .slick-slide{ margin: 0 25px;}
.our-portfolio-contienr ul li .icon-box{ min-height: 135px; display: flex; align-items: center;}
.our-portfolio-contienr ul li .read-more:hover{ opacity: 0.7;}
.our-portfolio-container .our-portfolio-top h3 .tex1{background: #F9B616;
  position: absolute;
  font-size: 29px;
  line-height: 39px;
  padding: 0px 45px;
  top: -18px;
  left: -105px;}
.our-portfolio-container .our-portfolio-top h3 .tex2{background: #FF750B;
    position: absolute;
    font-size: 29px;
    line-height: 39px;
    padding: 0px 32px;
    left: -188px;
    top: 20px;}


.middle-content{ padding: 80px 0;}
.middle-content .form-box{ padding:  0 10%;}
.middle-content .form-box .row{ justify-content:space-between; margin-bottom: 30px;}
.middle-content .form-box .form input[type=text]{ background: #333; width: 100%; padding: 20px 25px; border-radius: 20px; color: #fff;}
.middle-content .form-box .form textarea{background: #333; width: 100%; padding: 25px 25px; border-radius: 20px; resize: none; color: #fff; min-height: 200px;} 
.middle-content .form-box .row:last-child{ text-align: center;}
.middle-content .form-box .form input[type=submit]{/* background: url(../images/yellow-btn.png) no-repeat 0 center; */ width: 100%;  background-size: cover; height: 60px; font-size: 22px; color: #fff; padding-right: 25px; border-radius: 30px; color: #000; position: relative;  
  background: linear-gradient(to left, #fff 50%, #ff9607 50%);
  background-size: 200% 100%;
  background-position: right bottom;  transition: all 0.5s ease; text-transform: uppercase;}
  .middle-content .form-box .form input[type=submit]:hover{background-position: left bottom; color: #fff;} 
/* .middle-content .form-box .form input[type=submit]:hover{opacity: 0.7;} */

.inner-banner.contact .shadow{position: absolute;right: 0px;top: 35px;text-align: right;float: right;width: 70%;z-index: 99; box-shadow: none!important;}
.inner-banner.contact .container{ justify-content: flex-start;}
.submit-btn{width: 254px; margin: 0 auto; position: relative; cursor: pointer; border-radius: 35px; padding: 3px;    
  background: rgb(255,146,8);
  background: linear-gradient(80deg, rgba(255,146,8,1) 0%, rgba(255,194,3,1) 100%);
  background-size: 200% 100%;
  background-position: right bottom;
}
.submit-btn:hover{ background-position: left bottom;}
.submit-btn::after{ content: ''; position: absolute; width: 62px; height: 62px; background: #fff; border-radius: 30px 0 30px 30px; box-shadow: 1px 1px 1px #000;background:#fff url(../images/btn_arrow1.png) no-repeat center; -webkit-box-shadow: -1px 2px 10px 1px rgba(0,0,0,0.75);
  -moz-box-shadow: -1px 2px 10px 1px rgba(0,0,0,0.75);
  box-shadow: -1px 2px 10px 1px rgba(0,0,0,0.75);  transition:all 0.3s ease-in-out 0s ; -webkit-transition:all 0.3s ease-in-out 0s; right: 0px; top:2px; background-size: 25px;}
.submit-btn:hover::after{ border-radius: 30px;}



.submit-btn input[type=submit]{/* background: url(../images/yellow-btn.png) no-repeat 0 center; */ width: 100%;  background-size: cover; height: 60px; font-size: 22px; color: #fff; padding-right: 25px; border-radius: 30px; color: #000; position: relative;  
  background: linear-gradient(to left, #fff 50%, #ff9607 50%);
  background-size: 200% 100%;
  background-position: right bottom;  transition: all 0.5s ease; text-transform: uppercase;}
.submit-btn input[type=submit]:hover{background-position: left bottom; color: #fff;} 


 /*  .middle-content .form-box .form .submit-btn::before{    content: '';
    position: absolute;
    top: -8px;
    left: -7px;
    width: 100%;
    height: 117%;
    border-radius: 5px;
    z-index: 0;
    background-image: -webkit-gradient(linear, left top, right top, from(#4d61fc), to(#e44d26));
    background-image: -webkit-linear-gradient(left, #4d61fc, #e44d26);
    background-image: -moz-linear-gradient(left, #4d61fc, #e44d26);
    background-image: -ms-linear-gradient(left, #4d61fc, #e44d26);
    background-image: -o-linear-gradient(left, #4d61fc, #e44d26);
    background-image: linear-gradient(left, #4d61fc, #e44d26);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='#06cfcf', endColorStr='#0d4caa', gradientType='1');
    -webkit-transform: scale(0, 1);
    -khtml-transform: scale(0, 1);
    -moz-transform: scale(0, 1);
    -ms-transform: scale(0, 1);
    -o-transform: scale(0, 1);
    transform: scale(0, 1);
    -webkit-transition: transform .5s cubic-bezier(.37, .31, .2, .85);
    -khtml-transition: transform .5s cubic-bezier(.37, .31, .2, .85);
    -moz-transition: transform .5s cubic-bezier(.37, .31, .2, .85);
    -ms-transition: transform .5s cubic-bezier(.37, .31, .2, .85);
    -o-transition: transform .5s cubic-bezier(.37, .31, .2, .85);
    transition: transform .5s cubic-bezier(.37, .31, .2, .85);
    transform-origin: right center;
    -webkit-transform-origin: right center;
} */
  
 /*    .middle-content .form-box .form .submit-btn:hover::before{ transform-origin: left center;
      -webkit-transform-origin: left center;
      -webkit-transform: scale(1, 1);
      -khtml-transform: scale(1, 1);
      -moz-transform: scale(1, 1);
      -ms-transform: scale(1, 1);
      -o-transform: scale(1, 1);
      transform: scale(1, 1);} */


.contant-container{ margin-top: 110px; }
.contant-container .border-art{ width: auto;display: inline-block; text-align: center;}
.contant-container .border-art img{ width: 80%;}
.contant-container .contant-top-details{ padding: 40px 0; text-align: right;}
.contant-container .contant-top-details h3{ color: #fff; font-size: 65px; line-height: 70px;}
.contant-container .contant-top-details h2{ font-size: 70px; line-height: 75px; margin-bottom: 30px;}
.contant-container .contant-top-details p{ color: #fff; text-align: right;}

.contact-map{ margin: 50px 0; position: relative;}
.contact-map::before{ content: ''; position: absolute; left: 0px; width: 200px; background: #F9B616; border-radius: 20px; top: -30px; height: 15px;}
.contact-map::after{ content: ''; position: absolute; right: 0px; width: 200px; background: #F9B616; border-radius: 20px; bottom: -30px; height: 15px;}
.contact-map iframe{ width: 100%;}

.contant-middle-section{background: url(../images/webdesign-art.png) no-repeat 0 center; background-size: cover; padding: 87px 0 20px 0; }
.contant-middle-section h3{ color: #fff; font-size: 70px; line-height: 75px;   font-family: 'segoe_uibold';}

.contant-middle-section h2{ font-size: 70px; line-height: 75px;}
.contant-middle-section h3{ position: relative; display: inline-block;}
.contant-middle-section h3 .text1{background: #F9B616;position: absolute;font-size: 29px;line-height: 39px;padding: 0px 45px;top: -28px;right: -105px;}

.contant-middle-section h3 .text2{ background: #FF750B;position: absolute;font-size: 29px;line-height: 39px;padding: 0px 29px;top: 11px;right: -190px;}

.contant-middle-details{ padding: 70px 0 0 0; display: flex; color: #fff; justify-content: space-evenly;}
.contant-middle-details h4{ font-size: 45px; line-height: 55px; margin-bottom: 30px;}
.contant-middle-details p{ color: #fff; font-size: 24px; line-height: 34px; text-align: inherit;}
.contant-middle-details svg{ color: #F9B616; font-size: 40px; line-height: 50px; margin-right: 20px;}
.contant-middle-details .col-md-12{ display: flex; align-items: flex-start; margin-bottom: 45px; min-height: 120px;}

.inner-banner.ecommerce .shadow{position: absolute;
  right: 0px;
  top: 0px;
  text-align: right;
  float: right;
  width: 50%;
  z-index: 99;
  box-shadow: none!important;}
.inner-banner.ecommerce .container{ justify-content: flex-start;}
.inner-banner.ecommerce p{ color: #fff; max-width: 500px; margin-top: 30px;}
.inner-banner.ecommerce #circle{ top:inherit}

.ecommerce-container{ margin-top: 100px ; background: url(../images/webdesign-art.png) no-repeat 0 0; background-size: cover; background-position: center; }
.ecommerce-container .border-art{ width: auto;display: inline-block; text-align: center;}
.ecommerce-container .border-art img{ width: 80%;}
.ecommerce-container .container{ padding: 50px 0 0 0;}
.ecommerce-container .container p{ color: #fff;}
.ecommerce-container .middle-box{ margin: 70px 0;}
.ecommerce-container .middle-box .container{ /* display: flex; justify-content: space-between  ; */}
.ecommerce-container .middle-box h3{ color: #fff; font-family: 'segoe_uibold';}
.ecommerce-container .middle-box ul{ list-style: none; margin: 0px 0 50px 0; padding: 0px;}
.ecommerce-container .middle-box ul li{background: url(../images/white-arrow.png) no-repeat 0 center; 
   color: #F9B616;/* font-family: 'segoe_uibold'; */ padding-left: 40px; background-size: 30px; font-size: 18px; line-height: 25px; margin-bottom: 15px;}
.ecommerce-container h4{color: #fff;line-height: 35px; margin-bottom: 20px;}
.ecommerce-container h5{color: #F9B616;margin: 20px 0 2px 0;}

.inner-banner.mobile-aplication .shadow{position: absolute;left: 0px;top: 29px;text-align: left;float: left;width: 55%; z-index: 99; box-shadow: none!important;}
.inner-banner.mobile-aplication .col-md-6{ text-align: right;}
.inner-banner.mobile-aplication .col-md-7{ text-align: right;}
.inner-banner.mobile-aplication .col-md-6 p{ text-align: right; color: #fff;  padding-left: 100px; margin-top: 30px;}
.inner-banner.mobile-aplication .col-md-7 p{ text-align: right; color: #fff;  padding-left: 100px; margin-top: 30px;}
.ecommerce-container.mobile-aplication{ margin-top: 100px; padding-bottom: 100px;}
.inner-banner.ecommerce.seo .shadow{ width: 60%;}

.inner-banner.mobile-aplication.smo .shadow{ width: 50%;}
.inner-banner.mobile-aplication.smo.clients .shadow{ width: 60%; top:81px}

.seo-middle-container{ margin-top: 50px;}
.seo-middle-container p strong{ color: #F9B616; background-size: 20px; position: relative;}
.seo-middle-container p strong::after{content: '';position: absolute;
  background: url(../images/white-arrow.png) no-repeat 0 0;top: -3px;width: 35px;height: 35px;left: -40px;background-size: 100%;}
.seo-middle-container p{/*  padding-left: 40px; */}

.school-erp-tabbing{ margin: 50px 0 0 0; position: relative; z-index: 999;}
.school-erp-tabbing ul{ list-style: none; margin: 0px; padding: 0px; display: flex; justify-content: space-between;}
.school-erp-tabbing ul li{ display: inline-block;width: 30%;}
.school-erp-tabbing ul li a{background: #707070; text-decoration: none; font-size: 16px;
  box-shadow: inset 0px 6px 15px #00000080;border-radius: 51px;opacity: 1;
backdrop-filter: blur(30px); -webkit-backdrop-filter: blur(30px); color: #fff; font-family: 'segoe_uibold'; display: inline-block; width: 100%; text-align: center; padding:15px 9px;}
.school-erp-tabbing ul li.active a{ color: #F9B616;}
.school-erp-tabbing ul li a:hover{ background: #F9B616; color: #fff;}
.school-erp-tabbing.career ul{ justify-content: space-evenly;}
.school-erp-tabbing.career{ margin-top: 0px;}

.ecommerce-container.epr-software{ padding-bottom: 60px;}

.circle-box{ position: relative;}

.bounce {
  -moz-animation: bounce 2s infinite;
  -webkit-animation: bounce 2s infinite;
  animation: bounce 2s infinite;
}

@keyframes bounce {
  0%, 20%, 50%, 80%, 100% {
    transform: translateY(0);
  }
  40% {
    transform: translateY(-20px);
  }
  60% {
    transform: translateY(-15px);
  }
}

.play-btn {
  width: 100px;
  height: 100px;
  /* background: radial-gradient( rgba(255, 0, 128, 0.8) 60%, rgba(255, 255, 255, 1) 62%); */
  border-radius: 50%;
  position: relative;
  display: block;
  margin: 100px auto;
  box-shadow: 0px 0px 25px 3px rgba(255, 0, 128, 0.8);
}

/* triangle */
.play-btn::after {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translateX(-40%) translateY(-50%);
  transform: translateX(-40%) translateY(-50%);
  transform-origin: center center;
  width: 0;
  height: 0;
  border-top: 15px solid transparent;
  border-bottom: 15px solid transparent;
  border-left: 25px solid #fff;
  z-index: 100;
  -webkit-transition: all 400ms cubic-bezier(0.55, 0.055, 0.675, 0.19);
  transition: all 400ms cubic-bezier(0.55, 0.055, 0.675, 0.19);
  display: none;
}

/* pulse wave */
.play-btn:before {
  content: "";
  position: absolute;
  width: 150%;
  height: 150%;
  -webkit-animation-delay: 0s;
  animation-delay: 0s;
  -webkit-animation: pulsate1 2s;
  animation: pulsate1 2s;
  -webkit-animation-direction: forwards;
  animation-direction: forwards;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  -webkit-animation-timing-function: steps;
  animation-timing-function: steps;
  opacity: 1;
  border-radius: 50%;
  border: 5px solid rgba(255, 255, 255, .75);
  top: -25%;
  left: -25%;
  background: rgba(198, 16, 0, 0);
  
}

@-webkit-keyframes pulsate1 {
  0% {
    -webkit-transform: scale(0.6);
    transform: scale(0.6);
    opacity: 1;
    box-shadow: inset 0px 0px 25px 3px rgba(255, 255, 255, 0.75), 0px 0px 25px 10px rgba(255, 255, 255, 0.75);
  }
  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 0;
    box-shadow: none;

  }
}

@keyframes pulsate1 {
  0% {
    -webkit-transform: scale(0.6);
    transform: scale(0.6);
    opacity: 1;
    box-shadow: inset 0px 0px 25px 3px rgba(255, 255, 255, 0.75), 0px 0px 25px 10px rgba(255, 255, 255, 0.75);
  }
  100% {
    -webkit-transform: scale(1, 1);
    transform: scale(1);
    opacity: 0;
    box-shadow: none;

  }
}

img.play-btn-red{ top: -21px; display: inline-block; position: absolute; left: -21px;}
.red-btn img{ width: 143px; max-width: 143px;}

.box {
  position: relative;
  width: 400px;
  /* height: 470px; */
  background: #1c1c1c;
  border-radius: 30px;
  overflow: hidden;
  padding: 3px;
  margin:  0 auto;
}

.box::before {
  content: "";
  position: absolute;
  width: 4000px;
  height: 470px;
  top: -50%;
  left: -50%;
  background: linear-gradient(
    0deg,
    transparent,
    transparent,
    #45f3ff,
    #45f3ff,
    #45f3ff
  );
  z-index: 1;
  transform-origin: bottom right;
  animation: animate 6s linear infinite;
}

.box::after {
  content: "";
  position: absolute;
  width: 400px;
  height: 470px;
  top: -50%;
  left: -50%;
  background: linear-gradient(
    0deg,
    transparent,
    transparent,
    #FFCA01,
    #FFCA01,
    #FFCA01
  );
  z-index: 1;
  transform-origin: bottom right;
  animation: animate 6s linear infinite;
  animation-delay: -3s;
}

.borderLine {
  position: absolute;
  top: 0;
  inset: 0;
}

.borderLine::before {
  content: "";
  position: absolute;
  width: 400px;
  height: 470px;
  top: -50%;
  left: -50%;
  background: linear-gradient(
    0deg,
    transparent,
    transparent,
    #fc0f8d,
    #fc0f8d,
    #fc0f8d
  );
  z-index: 1;
  transform-origin: bottom right;
  animation: animate 6s linear infinite;
}

@keyframes animate {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}

/*  .box form {
  position: relative;
  inset: 4px;
  background: #222;
  
  border-radius: 18px;
  z-index: 2;
  display: flex;
  flex-direction: column;
}  */

.box form img{ width: 100%; height: auto; position: relative; z-index: 99;border-radius: 30px}


.bell-animation .bell{width: 165px!important;
  height: 165px;}

.bell-animation .bell {
  fill: #f05705;
  transform-origin: top;
  animation: ring 4s linear .2s infinite alternate;
}

.bell-animation .line {
    fill: transparent;
    stroke: #F9B616;
    stroke-width: 4;
    stroke-linecap: round;
    position: absolute;
    opacity: 0;
}

.bell-animation .line-1,
.line-2,
.line-3 {
    right: 102px;
    animation: sound-1 2s linear infinite;
    top:29px
}

.bell-animation .line-4,
.line-5,
.line-6 {
    left: 99px;
    animation: sound-2 2s linear infinite;
    top:32px;
}

.bell-animation .line-1,
.line-4 {
    animation-delay: 1;
}

.bell-animation .line-2,
.line-5 {
    animation-delay: 1.6s;
}

.bell-animation .line-3,
.line-6 {
    animation-delay: 2.6s;
}

/*keyframes*/

@keyframes sound-1 { 
    100% {
        transform: translateX(60px) scale(1.6);
        opacity: 1;
    }
}

@keyframes sound-2 { 
    100% {
        transform: translateX(-60px) scale(1.6);
        opacity: 1;
    }
}

@keyframes ring {
   0%, 50% {
        transform: rotate(0);
    }
    1%, 10%, 20%, 30%, 40% {
        transform: rotate(10deg);
    }
    5%, 15%, 25%, 35%, 45% {
        transform: rotate(-10deg);
    }
}

.cliens-container{ margin-top: 180px;}
.cliens-container .border-art{ margin: 0 auto; text-align: center; width: auto; display: block;}
.cliens-container .border-art img{ width: 80%;}

.cliens-container .our-client-detils{ padding: 50px 0 100px 0;  background: url(../images/webdesign-art.png) repeat 0 0; background-size: cover;}
.cliens-container .our-client-detils .container{display: flex; justify-content: space-between; flex-wrap: wrap;}
.cliens-container .our-client-detils .col-md-4{ }
.cliens-container .our-client-detils .col-md-4 img{ max-width: 55px; width: 100%; margin-right: 10px;  }
.cliens-container .our-client-detils .col-md-4 { color: #F9B616; font-size: 17px; line-height: 23px; font-family: 'segoe_uibold';     margin-bottom: 35px;  display: flex; align-items: center; /* justify-content: space-around; */ }
.cliens-container .our-client-detils .col-md-4 .clinent-box{ background-color:rgba(255, 255, 255, 0.5);
  text-align: center;
  padding: 20px;width: 100%;
  display: flex;
  flex-direction: column;
  height: 100%;
  align-items: center;
  justify-content: center;}
.cliens-container .our-client-detils .col-md-4 .clinent-box h4{ margin-top: 10px; font-size: 20px;}
.cliens-container .our-client-detils .col-md-4 .clinent-box.white{ background-color:rgba(249, 182, 22, 0.5); color: #fff;}

.client-details-container{background: #2c2f33;
  text-decoration: none; font-size: 17px;
  box-shadow: inset 0px 6px 15px #00000080;opacity: 1;
  backdrop-filter: blur(30px);-webkit-backdrop-filter: blur(30px);
  color: #fff;font-family: 'segoe_uibold';
  display: inline-block;width: 100%; padding: 35px 0;  text-align: center; margin-top: 40px;}
.client-details-container h3{ font-size: 25px; line-height: 30px;}
.client-details-container ul{ padding: 0px; margin: 35px 0 40px 0;}
.client-details-container ul li{ text-align: center; background-color: rgba(255, 255, 255, 0.5); padding: 15px;}
.client-details-container ul li.white{ background: #F9B616;}
.client-details-container ul li img{ /* width: 180px; */ display: inline-block;}


.client-details-container  .slick-slide{ margin: 0 20px;}

.client-details-container .slick-prev{background: url(../images/client-left-arrow.png) no-repeat 0 0; background-size: cover; width: 30px; height: 30px; top:inherit; left: 46%; background-size: 100%; bottom: -64px;}
.client-details-container .slick-prev::before{ display: none;}
.client-details-container .slick-prev:hover{background: url(../images/client-left-arrow.png) no-repeat 0 0;background-size: cover; width: 30px; height: 30px;}
.client-details-container .slick-prev:focus{background: url(../images/client-left-arrow.png) no-repeat 0 0;background-size: cover; width: 30px; height: 30px;}
.client-details-container .slick-next{background: url(../images/clent-right-arrow.png) no-repeat 0 0; background-size: cover; width: 30px;
  height: 30px; bottom: 32px;right: 46%;top: inherit;background-size: 100%; bottom: -64px;}
.client-details-container .slick-next::before{ display: none;}
.client-details-container .slick-next:hover{background: url(../images/clent-right-arrow.png) no-repeat 0 0;background-size: cover; width: 30px; height: 30px;}
.client-details-container .slick-next:focus{background: url(../images/clent-right-arrow.png) no-repeat 0 0;background-size: cover; width: 30px; height: 30px;}
.container.breadcumb{ min-height: 0px; z-index: 999;}
.inner-banner.mobile-aplication.smo.clients .container{ padding-top: 60px;}
.inner-banner.mobile-aplication.career .shadow{ width: 59%; top:35px}
.inner-banner.career .container{ justify-content: flex-start;}
.inner-banner.career .shadow {position: absolute;right: 0px;top: 0px;text-align: right;float: right;width: 50%;
  z-index: 99;left: inherit;box-shadow: none!important;}
.inner-banner.career .container .col-md-6{ text-align: left;}
.inner-banner.career .container .col-md-6 .inner-circle{ right: inherit;}
.inner-banner.career .container{ padding-top: 70px;}

.careers-container{ margin-top: 190px;}
.careers-container .border-art { margin: 0 auto;text-align: center;width: auto;display: block;}
.careers-container .border-art img {width: 80%;}
.careers-container-details{ padding: 50px 0 50px 0;background: url(../images/webdesign-art.png) no-repeat 0 0;background-size: cover; background-position: center; }
.careers-container-details-box{padding: 73px 0 0 0;}
.careers-container-details-box .row{ display: flex; justify-content: space-between; align-items: center; margin-bottom: 30px;}
.careers-container-details-box h3{ color: #fff;  font-family: 'segoe_uibold'; font-size: 35px; line-height: 40px;}
.careers-container-details-box h3 span{ color: #F9B616;}
.careers-container-details-box p{ color: #fff; margin: 20px 0;}
.careers-container-details-box .read-more{background: url(../images/yellow-btn.png) no-repeat 0 center; width: 230px; background-size: cover; 
  height: 60px; color: #fff; text-decoration: none; display: flex; justify-content: center; align-items: center; font-size: 19px; padding-right: 45px;}
.careers-container-details-box .read-more:hover{ opacity: 0.8;}

.careers-container-details-box .row:nth-child(even) .col-md-6 {order: 2;}

.applicaton-form{ margin: 70px 0; padding:  0 10%;}
.applicaton-form h3{ color: #F9B616; margin-bottom: 30px;}
.application-details { background: url(../images/application-form.png) no-repeat 0 center; background-size: cover;   }
.application-details .row select{ width: 100%;}
.application-details .application-container-box{ width: 100%;
  /* box-shadow: inset 0px 3px 6px #00000029, 0px 7px 6px #000000; */
  /* border: 2px solid #FFF8E8; */
  border-radius: 20px;
  opacity: 1;
  backdrop-filter: blur(5px);
  -webkit-backdrop-filter: blur(5px);
  padding: 20px;  }
.application-details .row .captcha {width: 270px;}
 
.application-details  input[type=text] {background: #7D7D7D 0% 0% no-repeat padding-box; color: #fff;
  box-shadow: inset 0px 3px 20px #000000CC; border: 1px solid #F9B616; border-radius: 10px; opacity: 1; width: 100%; padding: 10px; }
.application-details  textarea{background: #7D7D7D 0% 0% no-repeat padding-box;
  box-shadow: inset 0px 3px 20px #000000CC; border: 1px solid #F9B616; border-radius: 10px; opacity: 1; width: 100%; padding: 10px;resize: none;}

.application-details .row{ display: flex; justify-content: space-between;}
.application-details .row{ margin-bottom: 30px;}
.application-details label{ color: #fff; display: block; color: #F9B616; font-weight: 500; margin-bottom: 15px;}
.application-details textarea{ color: #fff;}
.application-details select{ width: 100%;}
.application-details .submit-btn{ margin: 0px;}
/* .application-details .row:last-child{margin-bottom: -76px; text-align: center;margin-top: 20px;
  position: relative; top: 66px;} */
/* .application-details input[type=submit] {
  background: url(../images/yellow-btn.png) no-repeat 0 center;
  width: 254px;
  background-size: cover;
  height: 60px;
  font-size: 22px;
  color: #fff;
  padding-right: 53px;
} */
/* .application-details input[type=submit]:hover{ opacity: 0.7;} */



.inner-banner.ecommerce.seo.other-services h2{ font-size: 75px; line-height: 80px;}
.inner-banner.ecommerce.seo.other-services .shadow{ top:50px}

.border-art { margin: 0 auto;text-align: center!important;;width: auto!important;;display: block!important;}
.border-art img {width: 80%;}

.doman-name-registration{ margin-top: 100px;}
.school-erp-tabbing.other_services .slick-slide{ margin:  0 10px; }
.school-erp-tabbing.other_services .slick-prev{background: url(../images/client-left-arrow.png) no-repeat 0 0; background-size: cover; width: 30px; height: 30px; top:inherit; left: 46%; background-size: 100%; bottom: -64px;}
.school-erp-tabbing.other_services .slick-prev::before{ display: none;}
.school-erp-tabbing.other_services.slick-prev:hover{background: url(../images/client-left-arrow.png) no-repeat 0 0;background-size: cover; width: 30px; height: 30px;}
.school-erp-tabbing.other_services .slick-prev:focus{background: url(../images/client-left-arrow.png) no-repeat 0 0;background-size: cover; width: 30px; height: 30px;}
.school-erp-tabbing.other_services .slick-next{background: url(../images/clent-right-arrow.png) no-repeat 0 0; background-size: cover; width: 30px;
  height: 30px; bottom: 32px;right: 46%;top: inherit;background-size: 100%; bottom: -64px;}
.school-erp-tabbing.other_services .slick-next::before{ display: none;}
.school-erp-tabbing.other_services .slick-next:hover{background: url(../images/clent-right-arrow.png) no-repeat 0 0;background-size: cover; width: 30px; height: 30px;}
.school-erp-tabbing.other_services .slick-next:focus{background: url(../images/clent-right-arrow.png) no-repeat 0 0;background-size: cover; width: 30px; height: 30px;}

.doman-name-registration .top-section{ margin-top: 100px; }
.doman-name-registration .top-section .container .row{ display: flex; align-items: center;}
.doman-name-registration .top-section p{ color: #fff; margin-bottom: 30px;}
.doman-name-registration .top-section p strong{color: #F9B616;background-size: 20px; position: relative;}
.doman-name-registration .top-section p strong::after{ content: '';position: absolute;
  background: url(../images/white-arrow.png) no-repeat 0 0;top: -3px;width: 35px;height: 35px;left: -40px; background-size: 100%;}

.doman-name-registration .middle-section{background: url(../images/webdesign-art.png) no-repeat 0 center; background-position: center; background-size: cover;}
.doman-name-registration .middle-section .details-box{background: #545353; text-decoration: none; font-size: 16px;
  box-shadow: inset 0px 6px 15px #00000080;border-radius: 30px;opacity: 1;
backdrop-filter: blur(30px); -webkit-backdrop-filter: blur(30px); padding: 30px;}
.doman-name-registration .middle-section .row { justify-content: space-between; margin-bottom: 75px;}
.doman-name-registration .middle-section .row .col-md-4 { text-align: right;}
.doman-name-registration .middle-section .row .col-md-4 img{ max-width: 250px;}
.doman-name-registration .middle-section .details-box img { max-width: 150px; float: left; margin-top: -64px; margin-right: 20px; margin-left: -20px; /* margin-bottom: 20px; */}
.doman-name-registration .middle-section .details-box h4{ color: #F9B616; font-size: 18px; text-align: right;  font-family: 'segoe_uibold'; margin-bottom: 15px;}
.doman-name-registration .middle-section .details-box p{ color: #fff; text-align: right; margin-bottom:0px;}

.doman-name-registration .middle-section .row:nth-child(even) .col-md-4{ order: 2;}
.doman-name-registration .middle-section .row:nth-child(even) .col-md-4{ text-align: left;}
.doman-name-registration .middle-section .row:nth-child(even) .col-md-7 .details-box img{ float: right; margin-left: 20px;}
.doman-name-registration .middle-section .row:nth-child(even) .col-md-7 .details-box p{ text-align: left;}
.doman-name-registration .middle-section .row:nth-child(even) .col-md-7 .details-box h4{ text-align: left;}

.doman-name-registration .hosting-solutions{background: url(../images/webdesign-art.png) no-repeat 0 center; background-position: center; background-size: cover;}
.doman-name-registration .hosting-solutions p{color: #fff;}
.doman-name-registration .hosting-solutions .list-section{ display: flex; justify-content: space-between; margin: 50px 0;}
.doman-name-registration .hosting-solutions .list-section ul{ list-style: none; margin: 0px; padding: 0px;}
.doman-name-registration .hosting-solutions .list-section ul li{background: url(../images/white-arrow.png) no-repeat 0 center;
  color: #F9B616; font-family: 'segoe_uibold';padding-left: 40px; background-size: 30px;font-size: 20px;line-height: 25px; margin-bottom: 30px;}

.doman-name-registration .hosting-solutions .hosting-solutins-detils{ position: relative; z-index: 9999;}
.doman-name-registration .hosting-solutions .hosting-solutins-detils h2{ color: #fff;font-family: 'segoe_uibold'; font-size: 55px; line-height: 60px; text-align: center; -webkit-text-fill-color:#F9B616;-webkit-text-stroke:#F9B616; margin-bottom: 40px;}
.doman-name-registration .hosting-solutions .hosting-details{ margin: 50px 0;}
.doman-name-registration .hosting-solutions .hosting-details .col-md-3{ text-align: center;}
.doman-name-registration .hosting-solutions .hosting-details .col-md-3 span{ color: #F9B616; font-family: 'segoe_uibold'; padding: 15px 0; display: block; position: relative; margin-top: 30px;}
.doman-name-registration .hosting-solutions .hosting-details .col-md-3 span::before{ content: ''; position: absolute; top:0px; background: #fcce60; height: 2px; width: 88%; left: 0px; right: 0px; margin: 0 auto;}
.doman-name-registration .hosting-solutions .hosting-details .col-md-3 span::after{content: ''; position: absolute; bottom:0px; background: #fcce60; height: 2px; width: 88%; left: 0px; right: 0px; margin: 0 auto;}


.inner-banner.ecommerce.seo.sms .container{ padding-top: 55px;}
.sms-common-container{ margin: 98px 0 50px 0;}
.sms-common-container .title{background: #545353; padding: 8px 0;}
.sms-common-container h3{ color: #F9B616; }
.sms-common-container h4{ font-weight: normal; color: #fff; margin: 40px 0;}
.sms-common-container ul{ list-style: none; margin: 0px 0 0 25px; padding: 0px;}
.sms-common-container ul li{ position: relative; color: #F9B616; margin-bottom: 20px; font-size: 19px;}
.sms-common-container ul li::after{content: ''; position: absolute;background: url(../images/white-arrow.png) no-repeat 0 0;top: -3px;
width: 35px;height: 35px; left: -40px; background-size: cover;}
.sms-common-container p {color: #fff;}

.sms-common-container .sms-details{ margin: 45px 0;}

.customized-container{background: url(../images/customiziation-bg.png) no-repeat 0 0; background-size: 83%; background-position: center; position: relative; z-index: 99; padding:154px 90px;}
.customized-container .customized-container-details{
  width: 100%; /* box-shadow: inset 0px 3px 6px #00000029, 0px 7px 6px #000000; */
 /*  border: 2px solid #FFF8E8; */
  border-radius: 20px;opacity: 1; backdrop-filter: blur(40px);
  -webkit-backdrop-filter: blur(40px); padding: 30px 50px;
}

.customized-container .customized-container-details input[type=text] {background: #7D7D7D 0% 0% no-repeat padding-box; color: #fff;
  box-shadow: inset 0px 3px 20px #000000CC; border: 1px solid #F9B616; border-radius: 10px; opacity: 1; width: 100%; padding: 10px; }
.customized-container .customized-container-details textarea{background: #7D7D7D 0% 0% no-repeat padding-box;
  box-shadow: inset 0px 3px 20px #000000CC; border: 1px solid #F9B616; border-radius: 10px; opacity: 1; width: 100%; padding: 10px;resize: none;}
.customized-container .customized-container-details{ margin-top: 50px;}
.customized-container .customized-container-details .row{ display: flex; justify-content: space-between;}
.customized-container .customized-container-details .row{ margin-bottom: 30px;}
.customized-container .customized-container-details label{ color: #fff; display: block; color: #F9B616; font-weight: 500; margin-bottom: 15px;}
.customized-container .customized-container-details textarea{ color: #fff;}
.customized-container .customized-container-details select{ width: 100%;}
.customized-container .customized-container-details .row:last-child{margin-bottom: -76px; text-align: center;margin-top: 20px;
  position: relative; top: 66px;}
/* .customized-container .customized-container-details input[type=submit] {
  background: url(../images/yellow-btn.png) no-repeat 0 center;
  width: 254px;
  background-size: cover;
  height: 60px;
  font-size: 22px;
  color: #fff;
  padding-right: 53px;
} */
/* .customized-container .customized-container-details input[type=submit]:hover{ opacity: 0.7;} */


.usrtype select{ width: 100%;
	position: relative;
    display: flex;
    width: 100%;
    height: 2.7em;
    border-radius: 0.25em;
    overflow: hidden;
    background: #7D7D7D 0% 0% no-repeat padding-box;
    box-shadow: inset 0px 3px 20px #000000CC;
    color: #fff;
    padding: 0 10px;
    border: 1px solid #F9B616;
	   border-radius: 10px;
     -webkit-appearance: none;
     -moz-appearance: none;
     text-indent: 1px;
     text-overflow: '';

}
.usrtype select option{ color: #fff;}
.usrtype{ position: relative;}
 .usrtype::after {
    content: '\25BC';
    position: absolute;
    top: 1px;
    right: 1px;
    padding: 0.4em 1em;
    transition: .25s all ease;
    pointer-events: none;
    color: #fff; border-radius: 10px;
}



.inner-banner.ecommerce.marketplace .container{justify-content: flex-end; padding-top: 40px;}
.inner-banner.ecommerce.marketplace .shadow{
  position: absolute;
    left: 0px;
    top: 29px;
    text-align: left;
    float: left;
    width: 63%;
    z-index: 99;
    box-shadow: none!important;
}
.inner-banner.ecommerce.marketplace .col-md-7{ text-align: right;}
.inner-banner.ecommerce.marketplace  .col-md-7 p{ text-align: right; padding-left: 0px; width: auto; max-width: max-content;}

.container.markeetplace{padding: 100px 0 50px 0;}
.container.markeetplace p {color: #fff; }
.inner-banner.mobile-aplication.marketplace .container{ padding-top: 50px;}

.ssl-container{ margin: 100px 0;}
.ssl h4{    color: #fff;
  line-height: 35px;
  margin-bottom: 20px;}
.ssl-container p{ color: #fff;}
.ssl-details{ display: flex; justify-content: space-between; margin: 100px 0 50px 0;}
.ssl-details.cd{ margin: 50px 0;}
.ssl-details ul{ margin: 0px; padding: 0px; list-style: none;}
.ssl-details ul li{background: url(../images/white-arrow.png) no-repeat 0 center; color: #F9B616;font-family: 'segoe_uibold';padding-left: 40px; background-size: 30px;font-size: 20px;line-height: 25px;  margin-bottom: 30px}
.inner-banner.ecommerce.seo.sms.vps-hosting h2{ font-size: 68px; line-height: 72px;}
.inner-banner.ecommerce.seo.sms.vps-hosting .shadow{ width: 52%;}

.cd_presentation{ margin: 70px 0; background-position: center; background-size: cover; }
.inner-banner.mobile-aplication.marketplace.cd .shadow{top:35px}
.ecommerce-container.mobile-aplication.cd{}

.inner-banner.ecommerce.seo.school_web_erp .container{ padding-top: 58px;}
.ecommerce-container.epr-software .middle-box{ margin: 35px 0;}

.inner-banner.mobile-aplication.career.business_development .shadow{ left: 0px; width: 48%; top:82px}
.inner-banner.mobile-aplication.career.business_development .container{ justify-content: flex-end;}
.inner-banner.mobile-aplication.career.business_development .col-md-6{ text-align: right;}
.inner-banner.mobile-aplication.career.business_development h2{ font-size: 77px; line-height: 87px;}
.careers-container.business_bevelopment{ margin-top: 60px; background: url(../images/webdesign-art.png) no-repeat 0 0; background-size: cover; background-position: center;}
.business_bevelopment{ margin: 50px 0;  }
.business_bevelopment p{ color: #fff; margin-bottom: 5px;}
.business_bevelopment h4{ color: #F9B616; margin-top: 20px;}
.business_bevelopment .business-details{ display: flex; margin: 50px 0 30px 0;}
.business_bevelopment .business-details ul{ list-style: none; padding: 0px; margin: 0px;}
.business_bevelopment .business-details ul li{background: url(../images/white-arrow.png) no-repeat 0 center;
color: #F9B616; font-family: 'segoe_uibold'; padding-left: 40px; background-size: 30px; font-size: 20px; line-height: 25px; margin-bottom: 30px;}

.application-form{ display: block; text-align: center; margin-bottom: 70px; margin-top: 50px;}
.application-form a{ color: #fff; font-weight: 700;}
.application-form a:hover{ color: #F9B616;}
.telecaller .col-md-6{ display: flex; align-items: center; justify-content: center;}
.inner-banner.mobile-aplication.career.business_development.telecaller .container{ padding-top: 0px;}
.inner-banner.mobile-aplication.career.business_development.telecaller.seo-carrer .shadow{ right: 0px; left: inherit; width: 55%;}
.inner-banner.mobile-aplication.career.business_development.telecaller.seo-carrer .container{ justify-content: flex-start; padding-top:30px;}
.inner-banner.mobile-aplication.career.business_development.telecaller.seo-carrer.php .col-md-6{ text-align: left;}
.inner-banner.right .shadow{ right: 0px;}
.inner-banner.right .container{ justify-content: flex-end;}
.inner-banner.left .shadow{ left:0px;}
.inner-banner.left .container{ justify-content: flex-start;}

.inner-banner.webdesigning.static_website .shadow{ right: 0px; left: inherit; width: 50%; top:50px}
.inner-banner.webdesigning.static_website .container{  justify-content: flex-start; padding-top: 50px;}
.inner-banner.webdesigning.static_website .col-md-6{ text-align: left;}
.inner-banner.webdesigning.static_website .col-md-6 h1{ color: #fff; margin-bottom: 30px;}
.inner-banner.webdesigning.static_website .col-md-6 h1{ font-size: 65px; line-height: 70px; font-family: 'segoe_uibold';}
.inner-banner.webdesigning.static_website .col-md-6 h1 span{ color: #7D7D7D;}

.inner-banner.webdesigning.static_website.school-mobile-application .shadow{ width: 50%;}
.inner-banner.webdesigning.static_website.mobile .shadow{ width: 50%;}


.static_websiter_designing_middle{background: url(../images/webdesign-art.png) no-repeat 0 0; background-size: cover;}
.static_websiter_designing_middle h2{ text-align: center; font-size: 45px; line-height: 55px; margin-bottom: 30px;}
.static_websiter_designing_middle h2 span{ -webkit-text-fill-color: floralwhite;}
.static_websiter_designing_middle p{ text-align: center; color: #fff; font-size: 25px; line-height: 35px; max-width: 900px; margin: 0 auto;}
.static_websiter_designing_middle .static-website-design-middle-details{ position: relative; z-index: 9999; margin: 45px 0;}
.static_websiter_designing_middle .common-col{background: url(../images/custom-webdesign-plan.png) no-repeat 0 0; background-size: cover; text-align: center; min-height: 626px; position: relative;}
.static_websiter_designing_middle .common-col h3{ text-align: center; color: #fff; padding: 14px 0; font-size: 23px; position: relative;}
.static_websiter_designing_middle .common-col h3::after{ content: '';
  position: absolute;width: 60px;border: dotted 2px #fff;height: 2px;left: 0px;right: 0px;margin: 0 auto;bottom: 0px;}
.static_websiter_designing_middle .common-col .details{ padding: 40px 0;}
.static_websiter_designing_middle .common-col .details ul{ list-style: none; margin: 0px; padding: 0px;}
.static_websiter_designing_middle .common-col .details ul li{ margin: 10px 0;}
.static_websiter_designing_middle .common-col .price-detals{ padding: 13px 0;background: #fff;border-radius: 50%;
  width: 110px;height: 110px;margin: 0 auto; -webkit-box-shadow: 4px 3px 12px 0px rgba(0,0,0,0.75);
  -moz-box-shadow: 4px 3px 12px 0px rgba(0,0,0,0.75);box-shadow: 4px 3px 12px 0px rgba(0,0,0,0.75); position: relative; top:15px}
.static_websiter_designing_middle .common-col .price-detals .inr{ display: block; font-size: 22px; line-height: 24px; color: #F9B616; padding: 8px 0; position: relative;}
.static_websiter_designing_middle .common-col .price-detals .inr::after{ content: ''; position: absolute; width: 75px; background: #1c1c1c; height: 3px; left: 0px; right: 0px; margin: 0 auto; bottom: 0px;}
.static_websiter_designing_middle .common-col .price-detals .price{ font-size: 25px; line-height: 33px; font-family: 'segoe_uibold'; color: #F9B616;}
.static_websiter_designing_middle .common-col .order-btn{ background: url(../images/yellow-btn.png) no-repeat 0 center;
  background-size: cover;display: inline-block;color: #fff;text-decoration: none;width: 160px;height: 60px;
  display: flex;align-items: center;justify-content: center;margin: 0 auto; padding-right: 20px; position: absolute; bottom: 59px; left: 0px; right: 0px;}
  .static_websiter_designing_middle .common-col .order-btn:hover{ opacity: 0.7;}
  .webdesign-bottom.static_website{ padding: 25px 0;}
  .school-erp-tabbing.other_services.static_Website{ margin-bottom: 70px;}
  
.dynamic-product-catalogue ul{ list-style: none; margin: 0px; padding: 0px;}
.dynamic-product-catalogue ul li{ background: url(../images/white-arrow.png) no-repeat 0 center;
  color: #F9B616;font-family: 'segoe_uibold';padding-left: 40px;background-size: 30px;font-size: 20px;line-height: 25px;margin-bottom: 30px;}

.webdesign-bottom.dynamic-product-catalogue h3{ font-size: 28px; line-height: 35px;}
.webdesign-bottom.dynamic-product-catalogue{background: url(../images/business-development-art.png) no-repeat 0 0; background-size: cover;}


.webdesign-bottom.php_website-designing{ padding-top: 30px;background: url(../images/webdesign-art.png) no-repeat 0 0; background-size: cover;}
.webdesign-bottom.php_website-designing h3{ font-size: 25px; line-height: 30px; margin-bottom: 15px;}
.webdesign-bottom.php_website-designing ul{ list-style: none; margin: 15px 0 50px 0; padding: 0px;}
.webdesign-bottom.php_website-designing ul li {background: url(../images/white-arrow.png) no-repeat 0 center;
  color: #F9B616;font-family: 'segoe_uibold';padding-left: 40px;background-size: 30px;font-size: 18px;line-height: 25px; margin-bottom: 15px;}
.webdesign-bottom.php_website-designing .row{ display: flex; justify-content: space-between;}


.school-website-designing{background: url(../images/webdesign-art.png) no-repeat 0 0; background-size: cover; position: relative; top:-143px}
.container.wesiteredesigning-box h4{color: #F9B616; font-weight: 600; font-size: 20px; line-height: 24px; position: relative;/*  padding-left: 40px; */ margin-bottom:15px; margin-top: 30px;}
/* .container.wesiteredesigning-box h4::after{ content: ''; position: absolute; left: 0px; top:0px;background: url(../images/white-arrow.png) no-repeat 0 0; width: 30px; height: 30px; background-size: cover;}
 */
/* .container.websitemaintence .row .col-md-12{ display: flex;}
.container.websitemaintence .row .col-md-12 ul{ list-style: none;}
.container.websitemaintence .row .col-md-12 .col-md-6{ margin: 30px 0;} */
.container.websitemaintence /* .row .col-md-12 */ ul li{color: #F9B616; font-size: 18px; line-height: 25px;  padding-left: 40px; position: relative; margin-bottom: 15px;font-family: 'segoe_uibold'; }
.container.websitemaintence /* .row .col-md-12 */ ul li::after{ content: ''; position: absolute;background: url(../images/white-arrow.png) no-repeat 0 0;background-size: 35px; width: 30px; height: 30px; left: 1px; top:-4px}
.container.websitemaintence ul{ list-style: none; margin: 20px 0 50px 0px; padding: 0px;}
.container.websitemaintence h4{color: #F9B616;
  font-weight: 600;
  font-size: 20px;
  line-height: 24px;
  position: relative;
  /* padding-left: 40px; */
  margin-bottom: 15px;
  margin-top: 30px;}


.container.inner-box ul{ list-style: none;margin: 20px 0 50px 0px;padding: 0px;}
.container.inner-box ul li{background: url(../images/white-arrow.png) no-repeat 0 center;
  color: #F9B616;
 /*  font-family: 'segoe_uibold'; */
  padding-left: 40px;
  background-size: 30px;
  font-size: 18px;
  line-height: 25px;
  margin-bottom: 15px;}


.container.travelportaldesign .row .col-md-12{ display: flex;}

.container.travelportaldesign .row ul{ list-style: none; padding-left: 0px;}
.container.travelportaldesign .row ul li{color: #F9B616; font-size: 20px; line-height: 24px;  padding-left: 20px; position: relative; margin-bottom: 30px;}
.container.travelportaldesign .row ul li::after{content: ''; position: absolute;background: url(../images/white-arrow.png) no-repeat 0 0;background-size: 35px; width: 30px; height: 30px; left: -16px; top:-4px}
.container.travelportaldesign .row{ margin: 20px 0;}
.container.travelportaldesign h3{ margin-top: 50px;}

.conat

.school-erp-tabbing.opencartecommrece_website ul li{ width: 23%;}
.container.opencart_ecommrece p.yellow{ color: #F9B616; font-size: 25px; line-height: 35px; font-weight: 600; text-decoration: underline;}

.container.school-mobile-application{}
.container.school-mobile-application .row{ position: relative; z-index: 999; margin-bottom: 50px;}
.container.school-mobile-application .row .col-md-12{ display: flex; justify-content: space-between;}
.container.school-mobile-application .row .col-md-12 .box-cirlce{ width: 150px; background: #fff; border-radius: 50%; margin-right: 20px; height: 150px;}
.container.school-mobile-application .row .col-md-12 .box-details{ width: 84%;}
.school-erp-tabbing.google_ppc_submission  ul{ display: block; text-align: center;}
.school-erp-tabbing.google_ppc_submission  ul li{ width: 23%; margin: 0 20px;}

.container.school_parent ul{ list-style: none;margin: 20px 0 50px 0px;padding: 0px;}
.container.school_parent ul li{background: url(../images/white-arrow.png) no-repeat 0 center;
  color: #F9B616;
  font-family: 'segoe_uibold';
  padding-left: 40px;
  background-size: 30px;
  font-size: 18px;
  line-height: 25px;
  margin-bottom: 15px;}


.container.wesiteredesigning-box ul{list-style: none;margin: 20px 0 50px 0px;padding: 0px;}
.container.wesiteredesigning-box ul li{background: url(../images/white-arrow.png) no-repeat 0 center;
  color: #F9B616;
  font-family: 'segoe_uibold';
  padding-left: 40px;
  background-size: 30px;
  font-size: 18px;
  line-height: 25px;
  margin-bottom: 15px;}



.google-ppc-submission{ padding: 50px 0;}
.google-ppc-submission p{ color: #fff;}
.google-ppc-submission p span{ color: #F9B616; font-weight: 600;}
.google-ppc-submission p.arrow{ position: relative; padding-left: 30px; margin-bottom: 30px;}
.google-ppc-submission p.arrow::after{ content: '';position: absolute;background: url(../images/white-arrow.png) no-repeat 0 0;background-size: 40px; width: 40px; height: 40px; left: -23px; top:-6px}
.google-ppc-submission .plan-details{ margin: 40px 0;}
.google-ppc-submission .plan-details .plan{ color:#fff;font-family: 'Lato', sans-serif;
  font-size: 20px;border-radius: 15px;
  border: 2px solid #D9D9D9;background: #7a7575;
  box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25), 0px 1px 3px 0px rgba(0, 0, 0, 0.78) inset;
  width: 100%;padding: 18px 30px;}
.google-ppc-submission .plan-details .plan-details-box{ margin: 40px 0;}
.google-ppc-submission .plan-details .plan-details-box .row{ position: relative;}
.google-ppc-submission .plan-details .plan-details-box .row::after{ content: ''; position: absolute; width: 2px; height: 100%; background: #5a6067; left: 50%;}
.google-ppc-submission .plan-details .plan-details-box .col-md-12{ display: flex; justify-content: space-between; margin-bottom: 20px;}
.google-ppc-submission .plan-details .plan-details-box .col-md-12 .col-md-5{ width: 45%;}
.google-ppc-submission .plan-details .plan-details-box .plan-box{ border: solid 2px #707070; border-radius: 10px; color: #fff; padding: 20px;}
.google-ppc-submission .plan-details .plan-details-box .row:last-child .col-md-12{ margin-bottom: 0px;}
.container.social-media .col-md-6 h2{ font-size: 94px;}

.arrow p span{ color: #F9B616; font-weight: 600;}
.arrow p.arrow{ position: relative; padding-left: 40px; margin-bottom: 30px;}
.arrow p.arrow::after{ content: '';position: absolute;background: url(../images/white-arrow.png) no-repeat 0 0;background-size: 40px; width: 40px; height: 40px; left: -9px; top:-6px}


.container.social-media-optimization{ padding: 94px 0 0 0;}
.container.social-media-optimization p.arrow{ position: relative;padding-left: 30px; margin-bottom: 30px; margin-top: 30px;}
.container.social-media-optimization p.arrow::after{content: '';position: absolute;background: url(../images/white-arrow.png) no-repeat 0 0;background-size: 40px; width: 40px; height: 40px; left: -23px; top:-6px}
.container.social-media-optimization p span{color: #F9B616; font-weight: 600;}
.container.political-election .col-md-7 h2{ font-size: 74px; line-height: 83px;}
.inner-banner.ecommerce.seo.school_web_erp.political-election .shadow img{ max-width: 90%;}
.inner-banner.ecommerce.seo.school_web_erp.political-election .shadow{ top:55px}
.inner-banner.mobile-aplication.marketplace.cd.facebook_promotaion .shadow{ width: 46%;}
.container.facebook-promotion{ padding-top: 104px;}
.container.facebook-promotion .row .col-md-12{ display: flex; justify-content: space-between;}
.container.facebook-promotion .row .col-md-12 ul{ list-style: none;}
.container.facebook-promotion .row .col-md-12 ul li{background: url(../images/white-arrow.png) no-repeat 0 center;color: #F9B616;
  font-family: 'segoe_uibold';padding-left: 40px;background-size: 30px;font-size: 20px;line-height: 25px; margin-bottom: 30px;}

.facebook-promotion-box{}

.container.social-media-optimization.politic-camping h4{color: #F9B616;}

.container.facebook-promotion h4{color: #F9B616;}

.facebook-promotion-box table {
/*   border: 1px solid #ccc; */
  border-collapse: collapse;
  margin: 0;
  padding: 0;
  width: 100%;
  table-layout: fixed;
}
.facebook-promotion-box table thead th{ font-size: 18px; padding: 0px; font-weight: 400; text-transform: none;}
.facebook-promotion-box table thead th span{background: #707070 0% 0% no-repeat padding-box; letter-spacing: 0;
  border: 2px solid #9c9494; border-radius: 20px;opacity: 1;backdrop-filter: blur(30px);
  -webkit-backdrop-filter: blur(30px); color: #fff; display: inline-block; border-radius: 10px; padding: 15px 6px; width: 94%;}
.facebook-promotion-box table thead th:first-child{ width: 30%;}
.facebook-promotion-box table thead th{ width: 17%;border-right: solid 2px #fff;}
.facebook-promotion-box table thead th:last-child{ border:none;}
.facebook-promotion-box table caption {font-size: 1.5em;margin: .5em 0 .75em;}
.facebook-promotion-box table tr td span{border-radius: 10px; border: 2px solid #FFFFFF; width: 90%; display: inline-block; color: #fff; padding: 15px 6px; margin-top: 20px;}
.facebook-promotion-box table tr td{ padding: 0px; margin-top: 30px;border-right: solid 2px #fff;}
.facebook-promotion-box table tr td:last-child{ border: none;}
.facebook-promotion-box table tr {
/*   background-color: #f8f8f8;
  border: 1px solid #ddd; */
  padding: .35em;
}

.facebook-promotion-box table th, table td {padding: .625em;text-align: center;}
.facebook-promotion-box table th {font-size: .85em;letter-spacing: .1em;text-transform: uppercase;}

.container.youtube_promotion{ padding: 75px 0 0 0;}
.container.youtube_promotion p span{ color: #F9B616; font-weight: 700;}
.container.youtube_promotion p.arrow{ position: relative; padding-left: 30px; margin-bottom: 30px;}
.container.youtube_promotion p.arrow::after{ content: '';position: absolute;background: url(../images/white-arrow.png) no-repeat 0 0;background-size: 40px; width: 40px; height: 40px; left: -23px; top:-6px}

.container.youtube_promotion .youtube-banner{ margin-top: 40px; margin-bottom: 40px;}
.container.youtube_promotion h4{color: #F9B616;}

.container.affiliate_marketing{ padding: 100px 0 0 0;}
.container.affiliate_marketing .col-md-12{ display: flex; justify-content: space-between;}
.container.affiliate_marketing .col-md-12 ul{ list-style: none;}

.container.affiliate_marketing .col-md-12 ul li{color: #F9B616; font-size: 20px; line-height: 24px;  padding-left: 20px; position: relative; margin-bottom: 40px; font-weight: 600; }
.container.affiliate_marketing .col-md-12 ul li::after{ content: ''; position: absolute;background: url(../images/white-arrow.png) no-repeat 0 0;background-size: 35px; width: 30px; height: 30px; left: -16px; top:-4px}
.ecommerce-container.mobile-aplication.cd.affiliate-marketing{ background-image: none;}
.container.affiliate_marketing h4{color: #F9B616;}
.container.social-media-optimization h4{color: #F9B616;}

.border-art-box{ background: url(../images/webdesign-art.png) no-repeat 0 0;background-size: cover;}
.border-art-box .ecommerce-container{ background-image: none;}


footer{ padding-top: 50px;}

.footer-top{ display: flex; justify-content: space-between;}
.footer-top .col-md-3{ display: flex; align-items: center;}
.footer-top .col-md-3 h5{ color: #fff; font-size: 16px; font-weight: normal;line-height: 14px;}
.footer-top .col-md-3 h6{ color: #fff; font-size: 13px; font-weight: normal; line-height: 14px;}
.footer-top .col-md-3 img{ margin-right: 20px; width: 37px;}

.footer-middle{background: url(../images/footer-top-bg.png) repeat 0 0; margin-top: 30px; background-size: 100% 100%;padding: 20px; display: flex; justify-content: space-evenly; background-repeat: no-repeat;}
.footer-middle .col-md-5{ text-align: center; color: #fff; position: relative; padding: 30px 0;}
.footer-middle .col-md-5::after{ content: ''; position: absolute; left: 0px; width: 2px; height: 100%; background: #fff; top:0px; left: -18px;}
.footer-middle .col-md-5:first-child::after{ display: none;}
.footer-middle .col-md-5 p{ color:  #fff;}
.footer-middle .col-md-5 ul{ list-style: none; margin: 0px; padding: 0px;}
.footer-middle .col-md-5 ul li{ display: inline-block; margin:  0 10px;}
.footer-middle .col-md-5 ul li img{ width: 23px;}
.footer-middle .col-md-5 form{ position: relative;}
.footer-middle .col-md-5 .form-box{border:  solid 1px #F9B616;width:250px ; position: relative; display: inline-block; border-radius: 20px;}
.footer-middle .col-md-5 form input[type=text]{  border-radius: 20px; background-color: transparent; padding:8px 10px; font-size: 13px; line-height: 19px; float: left; width: 87%;  }
.footer-middle .col-md-5 form input[type=submit]{ background: #F9B616 url(../images/submit-arrow.svg) repeat center; background-repeat: no-repeat; font-size: 0px; width: 30px; height: 35px; background-size: 14px; position: absolute; right: 0px; border-radius: 20px; padding: 0 20px;  }

.footer-main{ margin-top: 50px; color: #fff; margin-bottom: 50px; display: flex; justify-content: space-between;}
.footer-main .footer-logo{ max-width: 140px; margin-bottom: 10px;}
.footer-main .col-md-3 p{ color: #fff;}
.footer-main .col-md-3 .question{ border:  solid 1px #F9B616; padding: 10px; display:  flex; align-items:center; font-size: 12px;}
.footer-main .col-md-3  svg{ font-size: 30px; margin-right: 20px;}
.footer-main .col-md-3{ font-size: 14px; line-height: 19px;}
.footer-main .col-md-3 .number{ font-size: 16px; line-height: 21px; display: block; }
.footer-main .col-md-3 .number a{ color: #fff; text-decoration: none;cursor: default;}
.footer-main .col-md-6 h4{ color: #F9B616; font-size: 17px; margin-bottom: 20px;}
.footer-main .col-md-6 .container{ display: flex; justify-content: flex-end;}
.footer-main .col-md-6 .container ul{ list-style: none; margin: 0px; padding: 0px;}
.footer-main .col-md-6 .container ul li{ font-size:16px; margin-bottom: 15px;}
.footer-main .col-md-6 .container ul li a{ color: #fff; text-decoration: none;}
.footer-main .col-md-6 .container ul li a:hover{color: #F9B616;}




::-webkit-input-placeholder { /* Edge */
  color: #FFF8E8!important;
}

:-ms-input-placeholder { /* Internet Explorer 10-11 */
  color: #FFF8E8!important;
}

::placeholder {
  color: #FFF8E8!important;
}


.kokokello {
	-webkit-animation-name: heilu;
	-webkit-animation-duration: 1s; 
	-webkit-animation-iteration-count: infinite;
	-webkit-animation-timing-function: ease-in-out;
	-webkit-animation-direction: alternate;
	-webkit-transform-origin: 50%;
fill:#FFF;
 position: relative;
 top:-25px;
 width: 154px;
}

@-webkit-keyframes heilu { 
	100% { -webkit-transform: rotate(30deg); }
	0% { -webkit-transform: rotate(-30deg); }
}


.big-circle {
/*   height: 130%;
  width: 130%; */
  position: relative;
/*   border: 3px solid #6495f2; */
 /*  border-radius: 50%; */
  display: flex;
  display: -webkit-flex;
  align-items: center;
  -webkit-align-items: center;
  justify-content: center;
  -webkit-justify-content: center;
  animation: Rotate 20s linear infinite;
  -webkit-animation: Rotate 20s linear infinite;
 /*  background: url(./circle.png); */
 /*  background-size: 100%;
    background-repeat: no-repeat; */
}




@keyframes Rotate {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(360deg);
  }
}


.location_footer{ border: solid 1px #F9B616;padding: 10px;display: flex;align-items: center; margin-top: 20px; }
.location_footer p{font-size: 16px; line-height: 21px; margin-bottom: 0px;}
.location_footer p span{ display: block;}



 
























































































/*----footer starts ----*/

footer{ float: left; width: 100%; padding: 50px 0 10px 0; background-size: cover;}
footer p{ text-align: inherit;}







