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

@import url('https://fonts.googleapis.com/css2?family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&family=Montserrat:ital,wght@0,100..900;1,100..900&family=Noto+Nastaliq+Urdu:wght@400..700&family=Raleway:ital,wght@0,100..900;1,100..900&display=swap');

@import url('https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');
body, html{
	height: 100%;
}
body{
	background: #fff;
    padding: 0 !important;
}

h1, h2, h3, h4, h5, h6{
	font-family: 'Montserrat', sans-serif;
}
p{
	font-family: 'Roboto', sans-serif;
}
h1, h2, h3, h4, h5, h6, p, a, ul, li{
	-webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}
a {
	text-decoration: none !important;
	transition: all 0.5s;
}
.carousel-item img {
    width: 100%;
}
ul {
    margin: 0;
    padding: 0;
}
li {
    list-style: none;
}
div#navbarCollapse {
    flex-direction: row-reverse;
}
.footer-terms ul {
    display: flex;
}
.footer-terms li a {
    color: #fff !important;
    margin: 0 10px;
}
/*Header Css Start*/
.hdr-menu {
    margin: 0;
}
header {
    position: relative;
    width: 100%;
    padding: 15px 0;
    
    z-index: 9;
}
.call-out-blk {
    position: relative;
    z-index: 99;
}
body {
   
    background-color: #F5F5F5 !important;
}
.logo {
    position: relative;
    z-index: 123;
    padding: 10px;
    font: 18px verdana;
    color: #6DDB07;
    float: left;
}
.tmls-pg {
    padding-bottom: 50px;
}
.logo a{color:#6DDB07;}
nav{position:relative;width:980px;margin:0 auto;}
#cssmenu,#cssmenu ul,#cssmenu ul li,#cssmenu ul li a,#cssmenu #head-mobile{border:0;list-style:none;line-height:1;display:block;position:relative;-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box}
#cssmenu:after,#cssmenu > ul:after{content:".";display:block;clear:both;visibility:hidden;line-height:0;height:0}
#cssmenu #head-mobile{display:none}
#cssmenu{font-family:sans-serif}
#cssmenu > ul > li{float:left}
#cssmenu > ul > li > a{padding:17px;font-size:12px;letter-spacing:1px;text-decoration:none;color:#ddd;font-weight:700;}
#cssmenu > ul > li:hover > a,#cssmenu ul li.active a{color:#fff}

#cssmenu > ul > li.has-sub > a{padding-right:30px}
#cssmenu > ul > li.has-sub > a:after {
    position: absolute;
    top: 29px;
    right: 11px;
    width: 8px;
    height: 2px;
    display: block;
    background: #ff1654;
    content: '';
}
#cssmenu > ul > li.has-sub > a:before {
    position: absolute;
    top: 26px;
    right: 14px;
    display: block;
    width: 2px;
    height: 8px;
    background: #ff1654;
    content: '';
    -webkit-transition: all .25s ease;
    -ms-transition: all .25s ease;
    transition: all .25s ease;
}
#cssmenu > ul > li.has-sub:hover > a:before{top:23px;height:0}
#cssmenu ul ul{position:absolute;left:-9999px}
#cssmenu ul ul li{height:0;-webkit-transition:all .25s ease;-ms-transition:all .25s ease;background:#333;transition:all .25s ease}
#cssmenu ul ul li:hover{}
#cssmenu li:hover > ul{left:auto}
#cssmenu li:hover > ul > li{height:35px}
#cssmenu ul ul ul{margin-left:100%;top:0}
#cssmenu ul ul li a{border-bottom:1px solid rgba(150,150,150,0.15);padding:11px 15px;width:170px;font-size:12px;text-decoration:none;color:#ddd;font-weight:400;}
#cssmenu ul ul li:last-child > a,#cssmenu ul ul li.last-item > a{border-bottom:0}
#cssmenu ul ul li:hover > a,#cssmenu ul ul li a:hover{color:#fff}
#cssmenu ul ul li.has-sub > a:after{position:absolute;top:16px;right:11px;width:8px;height:2px;display:block;background:#ddd;content:''}
#cssmenu ul ul li.has-sub > a:before{position:absolute;top:13px;right:14px;display:block;width:2px;height:8px;background:#ddd;content:'';-webkit-transition:all .25s ease;-ms-transition:all .25s ease;transition:all .25s ease}
#cssmenu ul ul > li.has-sub:hover > a:before{top:17px;height:0}
#cssmenu ul ul li.has-sub:hover,#cssmenu ul li.has-sub ul li.has-sub ul li:hover{background:#363636;}
#cssmenu ul ul ul li.active a{border-left:1px solid #333}
#cssmenu > ul > li.has-sub > ul > li.active > a,#cssmenu > ul ul > li.has-sub > ul > li.active> a{border-top:1px solid #333}

@media screen and (max-width:1000px){
.logo{position:absolute;top:0;left: 0;width:100%;height:46px;text-align:center;padding:10px 0 0 0 ;float:none}
.logo2{display:none}
nav{width:100%;}
#cssmenu{width:100%}
#cssmenu ul{width:100%;display:none}
#cssmenu ul li{width:100%;border-top:1px solid #444}
#cssmenu ul li:hover{background:#363636;}
#cssmenu ul ul li,#cssmenu li:hover > ul > li{height:auto}
#cssmenu ul li a,#cssmenu ul ul li a{width:100%;border-bottom:0}
#cssmenu > ul > li{float:none}
#cssmenu ul ul li a{padding-left:25px}
#cssmenu ul ul li{background:#333!important;}
#cssmenu ul ul li:hover{background:#363636!important}
#cssmenu ul ul ul li a{padding-left:35px}
#cssmenu ul ul li a{color:#ddd;background:none}
#cssmenu ul ul li:hover > a,#cssmenu ul ul li.active > a{color:#fff}
#cssmenu ul ul,#cssmenu ul ul ul{position:relative;left:0;width:100%;margin:0;text-align:left}
#cssmenu > ul > li.has-sub > a:after,#cssmenu > ul > li.has-sub > a:before,#cssmenu ul ul > li.has-sub > a:after,#cssmenu ul ul > li.has-sub > a:before{display:none}
#cssmenu #head-mobile{display:block;padding:23px;color:#ddd;font-size:12px;font-weight:700}
.button{width:55px;height:46px;position:absolute;right:0;top:0;cursor:pointer;z-index: 12399994;}
.button:after{position:absolute;top:22px;right:20px;display:block;height:4px;width:20px;border-top:2px solid #dddddd;border-bottom:2px solid #dddddd;content:''}
.button:before{-webkit-transition:all .3s ease;-ms-transition:all .3s ease;transition:all .3s ease;position:absolute;top:16px;right:20px;display:block;height:2px;width:20px;background:#ddd;content:''}
.button.menu-opened:after{-webkit-transition:all .3s ease;-ms-transition:all .3s ease;transition:all .3s ease;top:23px;border:0;height:2px;width:19px;background:#fff;-webkit-transform:rotate(45deg);-moz-transform:rotate(45deg);-ms-transform:rotate(45deg);-o-transform:rotate(45deg);transform:rotate(45deg)}
.button.menu-opened:before{top:23px;background:#fff;width:19px;-webkit-transform:rotate(-45deg);-moz-transform:rotate(-45deg);-ms-transform:rotate(-45deg);-o-transform:rotate(-45deg);transform:rotate(-45deg)}
#cssmenu .submenu-button{position:absolute;z-index:99;right:0;top:0;display:block;border-left:1px solid #444;height:46px;width:46px;cursor:pointer}
#cssmenu .submenu-button.submenu-opened{background:#262626}
#cssmenu ul ul .submenu-button{height:34px;width:34px}
#cssmenu .submenu-button:after{position:absolute;top:22px;right:19px;width:8px;height:2px;display:block;background:#ddd;content:''}
#cssmenu ul ul .submenu-button:after{top:15px;right:13px}
#cssmenu .submenu-button.submenu-opened:after{background:#fff}
#cssmenu .submenu-button:before{position:absolute;top:19px;right:22px;display:block;width:2px;height:8px;background:#ddd;content:''}
#cssmenu ul ul .submenu-button:before{top:12px;right:16px}
#cssmenu .submenu-button.submenu-opened:before{display:none}
#cssmenu ul ul ul li.active a{border-left:none}
#cssmenu > ul > li.has-sub > ul > li.active > a,#cssmenu > ul ul > li.has-sub > ul > li.active > a{border-top:none}
}
/*Header Css End*/
nav#cssmenu {
    display: flex;
    justify-content: space-between !important;
    align-items: center;
    width: 100%;
}
nav#cssmenu ul.hdr-menu li a {
    font-family: Inter;
    font-size: 16px;
    line-height: 26px;
    font-weight: 600;
    transition: all 0.5s;
    color: #000;
    text-transform: uppercase;
}
#cssmenu > ul > li a, #cssmenu ul li.active a, #cssmenu ul li.has-sub.active:hover a{
    color: #fff;
}
.has-sub ul li a {
    min-width: 280px;
    text-transform: capitalize !important;
    padding: 5px 20px !important;
    height: auto !important;
    min-height: auto !important;
    color: #fff !important;
    font-weight: 400 !important;
    font-size: 14px !important;
}
.has-sub ul li a:hover {
    background-color: #ff1654;
}
nav#cssmenu .has-sub a:before {
    display: none;
}
.connect-btn a {
    font-family: Inter, sans-serif;
    font-size: 18px;
    line-height: 26px;
    font-weight: 600;
    transition: all 0.5s;
    color: #000;
    text-transform: uppercase;
    border: 1px solid #000;
    padding: 15px 40px;
    border-radius: 40px !important;
    display: block;
    min-width: 250px;
    position: relative;
    text-align: center;
    background: white;
  }
  .serv:hover a img {
    filter: brightness(0) saturate(100%) invert(1);
}
section#writers p.strok-head {
    position: relative;
    z-index: 9;
}
.connect-btn a img {
    background: #FF1654;
    height: 55px;
    width: 55px;
    border-radius: 50%;
    padding: 13px;
    position: absolute;
    top: 0;
    bottom: 0;
    margin: auto;
    right: -22px;
    border: 1px solid  #000;
    transition: all 0.5s;
}

.connect-btn a:hover img {
    left: -23px;
    right: auto;
}

/* Hero Section  */

section#hero {
    height: 90vh;
    display: flex;
    justify-content: center;
    align-items: end;
    position: relative;
    overflow: hidden;

 
}
section#hero:before {
    content: '';
    background: url('../images/obj.png');
    background-position: left bottom;
    background-repeat: no-repeat;
    bottom: 0;
    left: 0;
    position: absolute;
    height: 100%;
    width: 100%;
    z-index: -1;
    animation: slide-left 3s ease-in-out forwards;
}
section#hero:after {
    content: '';
    background: url('../images/image06.png');
    background-position: right bottom;
    background-repeat: no-repeat;
    bottom: 0;
    right: 0;
    position: absolute;
    height: 100%;
    width: 100%;
    z-index: -1;
    animation: slide-right 3s ease-in-out forwards;
}
@keyframes slide-left {
    0% {
      transform: translateX(100%);
      opacity: 0;
    }
    100% {
      transform: translateX(0);
      opacity: 1;
    }
  }
  
  @keyframes slide-right {
    0% {
      transform: translateX(-100%);
      opacity: 0;
    }
    100% {
      transform: translateX(0);
      opacity: 1;
    }
  }
.hero-content {
    margin-bottom: 100px;
    position: relative;
}
h1 {
    font-size: 110px !important;
    line-height: 100px !important;
    font-weight: bolder !important;
    text-align: center !important;
    color: #474747 !important;
    text-transform: uppercase !important;

}
.hero-content p {
    position: absolute;
    bottom: 0;
    left: 10%;
    font-size: 22px;
    line-height: 30px;
    font-family: Poppins !important;
    font-weight: 400;
}

.hero-content p img {
    max-width: 40px;
    display: inline-block;
    text-align: right;
    margin-left: 90px;
}
h1.pink {
    text-align: right !important;
    color: #FF1654 !important;
}
section#hero .images {
    display: flex;
    align-items: end;
}
/* Partners CSS  */
.partners {
    background: #ff3054;
    padding: 50px 0;
    overflow: hidden;
}

.partners .slider {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100%;
    overflow: hidden;
    border-radius: 16px;
    width: 100%;
}

.partners .slider-items {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 130px;
    animation: scrolling 20s linear infinite;
}

@keyframes scrolling {

    0% {
        transform: translateX(80%);
    }

    100% {
        transform: translateX(-20%);
    }
}

.partners .slider-items img {
    width: 100%;
    object-fit: contain;
}




/* Partners CSS end */

/* Why US  */

section#why {
    padding-top: 100px;
    padding-bottom: 10px;
    overflow: hidden;
}

section#why .content {
    background: white;
    padding: 50px;
    border-radius: 30px;
}

h2 {
    font-size: 41px !important;
    line-height: 49px !important;
    font-family: 'Poppins' !important;
    font-weight: bold !important;
    text-transform: capitalize !important;
    color: #474747 !important;
}
section#why .content .row {
    display: flex;
    align-items: center;
}
p {
    font-size: 16px;
    line-height: 24px;
    font-family: 'Poppins';
    color: #808080;
    font-weight: 300;
}

li {
    font-family: 'Poppins';
}
section#why ul {
    display: flex;
    margin-top: 30px;
}
section#why ul li a {
    font-size: 16px;
    line-height: 24px;
    font-family: 'Poppins';
    color: black;
    font-weight: 500;
    border: 1px solid #FCC529;
    padding: 10px 15px;
    border-radius: 30px;
    display: ruby-text;
    margin-right: 20px;
    transition: all 0.5s;
}



section#why ul li a:hover {
    background: #ff4055;
    border: 1px solid #ff4055;
    color: white;
}
.strok-head {
    font-size: 150px;
    font-family: 'Poppins';
    text-align: center;
    font-weight: bold;
    text-transform: uppercase;
    -webkit-text-stroke: 1px;
    -webkit-text-stroke-color: #ACACAC;
    -webkit-text-fill-color: transparent;
}

section#why p.strok-head {
    margin-bottom: -10px;
}
section#why .content .inner-col  p {
    
    position: relative;
}
.line {
    background: #FCC529;
    height: 7px;
    width: 270px;
    display: block;
    margin-top: 30px;
    margin-bottom: 20px;
    margin-left: -50px;
}


section#why .content .image-wrap {
    position: relative;
}
section#why .content .image-wrap:before{
    content: '';
    background: url('./../images/dots.png');
    height: 70%;
    width: 70%;
    position: absolute;
    top: 0;
    left: 0;
    background-position: center center;
    background-size: contain;
    z-index: 1;

}
section#why .content .image-wrap img {
    position: relative;
    z-index: 9;
    filter: drop-shadow(30px 20px 74px #0000005c);
}


/* Why US  */






/* Services section start  */


section#writers {
    padding-top: 90px;
}

section#writers .right .inner-col {
    background: white;
    padding: 30px;
    border-radius: 20px;
}

.serv {
    box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
    padding: 30px 20px;
    border-radius: 10px  !important;
    min-height: 170px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    transition: all 0.5s;
}

.serv .text {
    display: flex;
    align-items: center;
    justify-content: left;
}

h3 {
    font-size: 24px !important;
    line-height: 32px !important;
    font-family: 'Poppins' !important;
    font-weight: bold !important;
    color: #474747 !important;
}

.serv .text img {
    border-radius: 50%;
    padding: 7px;
    height: 80px;
    width: 80px;
    margin-right: 20px;
    box-shadow: 2px 3px 0 0px #ffc94e;
}
.serv:hover .text img {
    background: white;
}
.serv:hover  h3{
    color: white !important;
}
.serv a {
    text-align: right;
    font-family: 'Inter';
    font-size: 18px;
    line-height: 26px;
    color: #ff4055;
}

.serv:hover {
    background: #ff3054;
}

.serv:hover h3, .serv:hover a {
    color: white;
}



.inner-ser .row {
    margin-bottom: 20px;
}

section#writers .left .inner-col {
    background: #ffc94e;
    padding: 70px 40px  40px 50px;
    border-radius: 150px 0  0 0;
    min-height: 730px;
    position: relative;
}



section#writers .left .inner-col p {
    color: black;
}

section#writers .left .inner-col h2 {
    color: #272525 !important;
}

section#writers .left .inner-col span.line {
    background: #ff3054;
}

section#writers .left .inner-col .connect-btn {margin-top: 60px;}

section#writers .left .inner-col .connect-btn a {
 
    display: inline-block;
}

/* Services section Endss  */


/* Story Section CSS  */


section#story {
    padding-top: 140px;
}

section#story .row {
    display: flex;
    align-items: center;
}

section#story 
 .content {
    background: #FF1654;
    border-radius: 30px;
    padding: 50px 50px 0 50px;
}

section#story h2, section#story p {
    color: white !important;
}

section#story span.line {
    margin-top: unset;
}

section#story .connect-btn a {
    display: inline-block;
    border-color: #ffcd64;
}

section#story .connect-btn a img {
    background: #FCC529;
    border: 1px solid white;
    transition: all 0.5s;
}

/* Story Section CSS End  */




/* Working Process section End  */
section#process {
    padding-top: 100px;
    padding-bottom: 100px;
    position: relative;
}

section#process span.line {
    margin-top: unset;
}

.steps span {
    font-size: 150px;
    font-family: 'Poppins';
    font-weight: bold;
    text-transform: uppercase;
    -webkit-text-stroke: 1px;
    -webkit-text-stroke-color: #ff3054;
    -webkit-text-fill-color: transparent;
    text-align: right;
    display: block;
    margin-bottom: -100px;
}

.steps  p {
    max-width: 90%;
}

section#process p.strok-head {
    margin-top: 10px;
}

#process h2 {
    margin-top: 50px;
}

h3 {
    color: #474747 !important;
}

section#process img {
    max-width: 100%;
    margin: auto;
    display: block;
}

#process .container {
    padding: 0px 70px;
}

section#process .row {
    display: flex;
    align-items: center;
}

.steps  h3 {
    position: relative;
    margin-bottom: 20px;
}



.steps h3:before {
    content: '';
    background: #FCC529;
    height: 7px;
    width: 150px;
    bottom: -34%;
    left: -10%;
    position: absolute;
}
section#process:before{
    content: '';
    background: url('./../images/process-shape.png');
    height: 60%;
    width: 80%;
    position: absolute;
    background-repeat: no-repeat;
    background-size: contain;
    right: 0;
    top: 0;
    background-position: top right;
}
section#process:after{
    content: '';
    background: url('./../images/process-shape-b.png');
    height: 60%;
    width: 80%;
    position: absolute;
    background-repeat: no-repeat;
    background-size: contain;
    background-position: top left;
    left: 0;
    bottom: 0;
}
/* Style the tab content */
.tabcontent {
    display: none;
  }

  .tabcontent {
    animation: fadeEffect 1s; /* Fading effect takes 1 second */
  }
  
  /* Go from zero to full opacity */
@keyframes fadeEffect {
    from {opacity: 0;}
    to {opacity: 1;}
}
.content {
    background: #fff;
    padding: 50px 50px 170px;
    border-radius: 30px;
}


  

/* Working Process section Start  */


/* Tab Section Start  */


section#explore {
    padding-top: 100px;
}

section#explore p {
    color: black;
    max-width: 70%;
}

section#explore span.line {
    margin-top: unset;
}

section#explore .tabs {
    margin-top: 40px;
}

section#explore  .tab {
    display: flex;
    justify-content: center;
    gap: 30px;
}

section#explore .tab button.tablinks {
    border: unset;
    background: unset;
    font-size: 20px;
    line-height: 28px;
    font-weight: bold;
    color: #8C8888;
    transition: all 0.5s;
    position: relative;
    border-bottom: 5px solid #ffc94e00;
}

section#explore .tab button.tablinks.active {
    color: #ff3054;
    border-bottom: 5px solid #ffc94e;
}
section#explore .tab button.tablinks:hover{
    color: #ff3054;
    border-bottom: 5px solid #ffc94e;
}
section#explore .tab button.tablinks:focus {
    outline: unset !important;
}



.swiper-container {
  position: relative;
}

.swiper {
  width: 100%;
  padding: 60px 0 95px 0;
}

.swiper-slide {
  width: 10rem;
  height: 22rem;
  display: flex;
  flex-direction: column;
  align-items: self-start;
  position: relative;
  border-radius: 12px;
}
.swiper-slide h3 {
  color: #fff;
  font-size: 2.5rem;
  line-height: 1.4;
  margin-bottom: 0.625rem;
  letter-spacing: 0.8px;
  position: relative;
}
.swiper-slide p {
  color: #fff;
  line-height: 1.6;
  font-size: 0.8rem;
}

.swiper-slide .author img {
  width: 60px;
  height: 60px;
  object-fit: cover;
  border-radius: 50%;
  border: 3.5px solid white;
}
.swiper-slide .author ul {
  display: flex;
  align-items: center;
}
.swiper-slide .author ul li svg {
  width: 20px;
  color: orange;
}

.swiper-slide-active .author {
  display: grid;
  opacity: 1;
}

.swiper-button-prev {
  background: white;
  border-radius: 50%;
  top: 47%;
  left: -30px;
  width: 50px;
  height: 50px;
  box-shadow: 0px 2px 11px rgba(0, 0, 0, 0.17);
}
.swiper-button-prev::after {
  font-size: 1.4rem;
  content: "";
}
.swiper-button-prev svg {
  width: 25px;
}

.swiper-button-next {
  background: white;
  border-radius: 50%;
  top: 47%;
  right: -30px;
  width: 50px;
  height: 50px;
  box-shadow: 0px 2px 11px rgba(0, 0, 0, 0.17);
}
.swiper-button-next::after {
  font-size: 1.4rem;
  content: "";
}
.swiper-button-next svg {
  width: 25px;
}

.swiper-button-prev,
.swiper-button-next {
  display: none;
}
.slide-content img {
    width: 100% !important;
    height: 650px;
    object-fit: cover;
    object-position: center;
}
.gallery-sec {
    padding-top: 50px;
}
.swiper-button-prev, .swiper-button-next {
    background-color: #FF1654 !important;
    color: #fff !important;
    height: 60px !important;
    width: 60px !important;
}
.swiper-button-next:after, .swiper-button-prev:after {
    font-size: 30px !important; 
}
.swiper-button-prev {
    left: -40px !important;
}
.swiper-button-next {
    right: -40px !important;
}

/*Review Sec Css Start*/
section.client-say {
    padding: 100px 0;
}

.client-say p.strok-head {
    margin-bottom: 60px;
}
.rev-blk {
    background-color: #FF1654;
    border-radius: 140px 0px 0px 0px;
    padding: 110px 110px 0px 50px;
    height: 916px;
}
.rev-blk h2 {
    color: #fff !important;
}
.rev-blk .connect-btn a {
    display: inline-block;
}
.rev-blk p {
    color: #fff;
}
.review-slid-blk {
    background-color: #fff;
    text-align: center;
    padding: 0px 50px;
    height: 445px;
    margin: 0 0 23px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}
.review-slid-blk img {
    height: 100px;
    width: 100px;
    border-radius: 100%;
    margin: 0 auto 13px;
}
.review-slid-blk h5 {
    color: #000;
    font-weight: 600;
    margin: 0;
}
.review-slid-blk h6 {
    color: #000080;
    margin: 10px 0 20px;
}
.review-slid-blk ul {
    display: inline-flex;
}
.review-slid-blk ul li {
    margin: 0 4px;
    font-size: 26px;
    color: #F4B600;
}
.client-say .slick-prev {
    left: auto;
    right: -24px;
    top: 37%;
}
.client-say .slick-arrow::before {
    content: '';
    position: absolute;
    height: 90px;
    width: 34px;
    background-position: center;
    background-repeat: no-repeat;
}
.client-say .slick-prev::before {
    background-image: url(../images/tmls-arrow-top.png);
}
.client-say .slick-next::before {
    background-image: url(../images/tmls-arrow-btm.png);
}
/*Call Out Sec Css Start*/
.call-out {
    padding-bottom: 80px;
    position: relative;
}
.call-out p.strok-head {
    position: absolute;
    left: 0;
    right: 0;
    margin: 0 auto;
    bottom: 150px;
    font-size: 120px;
    z-index: 9;
}
.call-out-bg {
    background-color: #e0ecfb;
    position: relative;
    overflow: hidden;
    padding: 80px 50px;
    height: 900px;
    border-radius: 50px;
}
.call-out-bg::after {
    content: '';
    background-image: url(../images/cycle.png);
    position: absolute;
    height: 490px;
    width: 690px;
    bottom: 169px;
    left: 0;
    background-size: cover;
}
.call-out-bg::before {
    content: '';
    height: 20%;
    width: 100%;
    background-color: #000;
    position: absolute;
    bottom: 0;
    left: 0;
    z-index: 9;
}
.call-out-form h3 {
    font-size: 30px !important;
    color: #474747;
    line-height: 38px !important;
}
.call-out-form {
    padding: 0 50px;
}
.call-out-form form input {
    border: 2px solid #FF1654;
    width: 100%;
    color: #000;
    padding: 18px 30px;
    border-radius: 40px;
    margin-bottom: 20px;
}
.call-out-form form {
    margin-top: 40px;
}
.connect-btn button {
    font-family: Inter, sans-serif;
    font-size: 18px;
    line-height: 26px;
    font-weight: 600;
    transition: all 0.5s;
    color: #000;
    text-transform: uppercase;
    border: 1px solid #000;
    padding: 15px 20px;
    border-radius: 40px !important;
    display: block;
    min-width: 270px;
    position: relative;
    text-align: center;
    background: white;
}
.connect-btn button img {
    background: #FF1654;
    height: 55px;
    width: 55px;
    border-radius: 50%;
    padding: 13px;
    position: absolute;
    top: 0;
    bottom: 0;
    margin: auto;
    right: -19px;
    border: 1px solid #000;
    transition: all 0.5s;
}

/*Footer Css Start*/
footer {
    background-color: #ff1654;
    padding: 60px 0;
    text-align: center;
}
.footer-blk {
    width: 55%;
    margin: 0 auto;
    padding-bottom: 40px;
}
.footer-blk ul {
    margin: 20px 0 0;
    display: inline-flex;
}
.footer-blk ul li a {
    text-transform: uppercase;
    color: #fff;
    padding: 0 20px;
}
.footer-blk p {
    margin: 30px 0;
}
.copyrit {
    border-top: 1px solid #ffffff9e;
    display: inline-flex;
    width: 100%;
    justify-content: space-between;
    align-items: center;
    padding-top: 20px;
}
footer p {
    color: #fff;
}

/*About Page Css Start*/
.inn-slide {
    background-position: center;
    background-size: cover;
    background-attachment: fixed;
    padding: 120px 0;
    text-align: center;
    position: relative;
}
.inn-slide::before {
    content: '';
    background-color: #ff165494;
    position: absolute;
    height: 100%;
    width: 100%;
    left: 0;
    top: 0;
}
.inn-slide-cap {
    position: relative;
}
.inn-slide-cap h2 {
    margin: 0 !important;
    color: #fff !important;
    font-size: 60px !important;
}
section.our-process {
    padding: 60px 0;
    clear: both;
    position: relative;
}
.our-process .rp {
    align-items: center;
    margin-bottom: 80px;
}
.our-process h2 {
    margin-bottom: 0;
}
.our-process h2::before {
    content: "";
    position: absolute;
    width: 200px;
    height: 8px;
    background: #0846b1;
    bottom: -8px;
    left: -70px;
}
.our-process .rp p {
    margin-bottom: 0;
    font-size: 16px;
}
.info-process {
    position: relative;
}
.info-process::before {
    background: url(../images/arrow.png) no-repeat;
    max-width: 126px;
    height: 22px;
    width: 100%;
    background-size: 100%;
    position: absolute;
    content: "";
    right: 0;
    top: 20px;
}
.info-process h5 {
    font-weight: 700;
    font-size: 24px;
    text-transform: uppercase;
    background: rgb(8, 70, 177);
    background: linear-gradient(90deg, rgba(8, 70, 177, 1) 25%, rgb(245 245 245) 70%, rgb(245 245 245) 100%);
    color: #fff;
    padding-left: 2px;
    margin-bottom: 20px;
}
.info-process h5 + p {
    color: #231f20;
    font-size: 15px;
}
.our-dream {
    z-index: 1;
    margin: 90px 0 20px;
    padding: 60px 0;
    clear: both;
    position: relative;
}
.our-dream::before {
    content: "";
    background: #edecec;
    width: 95%;
    height: 98%;
    position: absolute;
    top: 0;
    border-radius: 50px;
    left: 0;
    right: 0;
    margin: auto;
    z-index: -3;
}
.dream::before {
    position: absolute;
    background: url(../images/ab-img3.png) no-repeat;
    max-width: 282px;
    background-size: 100%;
    width: 100%;
    height: 150px;
    content: "";
    right: 0;
    top: -30px;
    z-index: -1;
}
.our-dream .row {
    align-items: center;
}
.info-faq2 {
    position: relative;
}
.info-faq2 h2 {
    margin-bottom: 40px;
    line-height: 62px;
    position: relative;
}
.about-dream .info-dream2 h2::before {
    width: 150px;
    height: 8px;
    background: #ffc412;
    content: "";
    position: absolute;
    left: 0px;
    bottom: -10px;
}
.info-dream h2 {
    margin: 0 0 20px;
}
.our-dream p {
    font-size: 15px;
    line-height: 24px;
}
.info-dream2 img {
    max-width: 102%;
    border-radius: 40px 40px 140px 40px;
}
.info-dream h4 {
    font-size: 24px;
    color: #0846b1;
    font-weight: 600;
    margin-bottom: 18px;
}
.about-dream .info-dream ul li {
    list-style: disc;
    font-size: 15px;
    color: #2c2f39;
}
.about-dream .info-dream ul {
    margin-left: 15px;
}

/*Contact Page Css Start*/
.our-contact {
    padding: 60px 0;
    clear: both;
    position: relative;
}
.info-form {
    position: relative;
    z-index: 5;
}
.our-contact h2 {
    color: #000;
    margin-bottom: 30px;
}
.info-form [class*='col'] {
    padding: 0 7px;
}
.our-contact .info-form .form-control {
    color: #817f7f;
    border-bottom: 1px solid #817f7f;
}

.info-form .form-control {
    border-radius: 0;
    background: transparent;
    border: 0;
    border-bottom: 2px solid #fff;
    height: 50px !important;
    margin-bottom: 25px;
    color: #a7a7ab;
    font-size: 15px;
    resize: none;
    padding: 10px 15px;
}
.info-form textarea.form-control {
    height: 100px !important;
}
.our-contact h2 > span {
    color: #ffc412;
}
.contact-ul li {
    position: relative;
    padding: 30px 0;
    padding-left: 85px;
}
.our-contact .contact-ul li::before {
    border-bottom: 1px dashed #817f7f;
}

.contact-ul li::before {
    content: "";
    position: absolute;
    border-bottom: 2px dashed #67676d;
    width: 82%;
    right: 0;
    bottom: 0;
}
.our-contact .contact-ul li img {
    filter: invert(1);
}

.contact-ul li:first-child img {
    top: 12px;
}
.contact-ul li img {
    position: absolute;
    left: 0;
    top: 22px;
}
.our-contact .contact-ul li a {
    color: #000;
}
.contact-ul li a {
    color: #fff;
    font-weight: 500;
    font-size: 20px;
    text-transform: capitalize;
}
.contact-ul li a > span {
    color: #67676d;
    display: block;
    line-height: 12px;
    vertical-align: baseline;
    font-size: 16px;
}
.our-contact .contact-ul li p {
    color: #000;
}
.contact-ul li p {
    margin: 0;
    color: #fff;
    font-size: 18px;
    font-weight: 500;
}
.call-story #story {
    padding-top: 50px;
}
section.tmls-page {
    padding-top: 70px;
}
.connect-btn a:hover {
    background-color: #000;
    color: #fff;
}
section#explore p.strok-head {
    max-width: 100%;
}

/*Inn Service page Css Start*/
.inn-serv-banner {
    padding: 70px 0;
    position: relative;
    overflow: hidden;
    background-size: cover;
    background-position: center;
}
.row-flx {
    align-items: center;
}
.inn-serv-banner::before {
    content: '';
    height: 100%;
    width: 100%;
    position: absolute;
    background-color: #0000007d;
    top: 0;
    left: 0;
}
.bnr-txt h2 {
    font-size: 46px !important;
    color: #fff !important;
    line-height: 1.1 !important;
    position: relative;
    z-index: 1;
    margin-bottom: 12px;
}
.bnr-txt p {
    padding-top: 10px;
    color: #fff;
}
ul#awards_block {
    padding: 0;
    margin: 40px 0 0px;
    font-size: 0;
    display: flex;
    column-gap: 10px;
}
ul#awards_block li {
    list-style: none;
}
ul#awards_block li img {
    width: auto;
    height: 85px;
    max-width: initial;
    display: block;
    margin: 0 auto;
}
.cta-btn.btnres {
    margin-top: 35px;
}
.cta-btn .btnres1 {
    background: 0 0;
    border: 1px solid #ffc708;
}
.btnres a {
    width: auto;
    padding: 14px 40px;
    background: #ffc708;
    margin-right: 0;
    color: #fff !important;
    border-radius: 4px;
    transition: all .3s ease-in-out;
    font-weight: 600;
    font-family: Inter, sans-serif;
    display: inline-block;
}
.form-banner {
    background-color: #fff;
    width: 55%;
    float: right;
    text-align: center;
    padding: 40px;
    border-radius: 20px;
}
.form-banner a {
    color: #ff1654;
    font-weight: 600;
}
input.servinn-btn {
    background-color: #ff3064 !important;
    color: #fff !important;
    border-color: #ff3064 !important;
    font-size: 16px !important;
    height: auto !important;
}
input.cta-btn {
    width: 100%;
    background-color: #ff1654;
    border: none;
    color: #fff;
    height: 50px;
    border-radius: 5px;
}
input.contcpg-btn {
    padding: 20px 70px;
    background-color: #ff1654;
    color: #fff;
    border: none;
    border-radius: 30px;
}
.ban-form input, .ban-form textarea {
    width: 100%;
    border: 1px solid #000000;
    background: transparent;
    padding: 10px 15px;
    color: #000000;
    font-size: 14px;
    border-radius: 3px;
    height: 42px;
    font-weight: 400;
    outline: 0 !important;
    margin: 0 0 12px 0;
    border-radius: 5px;
}
.ban-form textarea {
    height: 100px;
    resize: none;
}
.ban-form button {
    width: 100%;
    border: none;
    background-color: #ffc708;
    color: #000;
    padding: 12px 0;
    border-radius: 5px;
}

/*Portfolio Sec Css Start*/
.portfolio-sec {
    padding: 70px 0;
}
.portfolio-sec .portfo-slide img {
    width: 100%;
    height: 500px;
    object-fit: cover;
}
.portfo-slide {
    padding: 0 15px;
}
.portfolio-sec .slick-dots {
    bottom: -50px !important;
}
.portfolio-sec .slick-dots li button:before {
    font-size: 40px;
    color: #ff1654;
}
.portfolio-sec .slick-dots li.slick-active button:before {
    opacity: .75;
    color: #ff1654;
}
.serv-inn-callout #story {
    padding: 0 0 90px !important;
}

/*Cta Sec Css Start*/
.main-cta {
    background-color: #ffc708;
    padding: 80px 0;
}
.service-heading {
    text-align: center;
    padding-bottom: 40px;
}
.cta-form-control input {
    height: 50px;
    border-radius: 6px;
}
.btn-default {
    text-transform: uppercase;
    padding: 5px 20px;
    min-height: 3.1rem;
    min-width: 12.7rem;
    font-size: 14px;
    font-weight: 700;
    color: #fff;
    border-color: #00bcff;
    background: #000;
    border-radius: 46px;
    text-shadow: 0 1px 1px #000000;
}

/*Modal Css Start*/
.get-started-modal {
    text-align: center;
}
.get-started-modal span {
    display: block;
    color: #FF1654;
}
.get-started-modal h3 {
    color: #000;
}
.get-started-modal input, .get-started-modal textarea {
    width: 100%;
    border: 1px solid #000000;
    background: transparent;
    padding: 10px 15px;
    color: #000000;
    font-size: 14px;
    height: 42px;
    font-weight: 400;
    outline: 0 !important;
    margin: 14px 0 0;
    border-radius: 5px;
    resize: none;
}
.get-started-modal textarea {
    height: 100px;
}
input.modal-btns {
    background-color: #ff1654;
    color: #fff;
    font-size: 18px;
    height: auto;
    border: none;
    cursor: pointer;
}
.get-started .modal-body {
    padding: 30px;
}


.tp-mob {
    text-align: center;
    background-color: #ff1654;
    padding: 5px 0;
    display: none;
}
.tp-mob a {
    font-family: Inter;
    color: #fff;
}
@media only screen and (min-device-width:520px) and (max-device-width:767px) and (orientation:portrait) {}
@media only screen and (min-device-width:120px) and (max-device-width:750px) and (orientation:landscape) {}
@media only screen and (min-device-width:751px) and (max-device-width:999px) and (orientation:portrait) {}
@media only screen and (min-device-width:751px) and (max-device-width:999px) and (orientation:landscape) {}
@media only screen and (min-device-width:1000px) and (max-device-width:1030px) and (orientation:portrait) {}
@media only screen and (min-device-width:1000px) and (max-device-width:1030px) and (orientation:landscape) {}

@media only screen and (min-width: 1366px) and (max-width: 1920px){
section#hero {
    height: auto;
}
h1 {
    font-size: 80px !important;
    line-height: 80px !important;
}
.hero-content {
    margin-bottom: 80px;
}
section#why .content .image-wrap img {
    width: 100%;
}
.strok-head {
    font-size: 100px;
}
.our-dream::before {
    width: 100%;
}
section.client-say {
    overflow: hidden;
}
.partners {
    padding: 20px 0;
}
}
@media only screen and (min-width: 1200px) and (max-width: 1365px){
section#hero {
    height: auto;
}
h1 {
    font-size: 80px !important;
    line-height: 80px !important;
}
.hero-content {
    margin-bottom: 80px;
}
section#why .content .image-wrap img {
    width: 100%;
}
.strok-head {
    font-size: 100px;
}
.our-dream::before {
    width: 100%;
}
section.client-say {
    overflow: hidden;
}
.partners {
    padding: 20px 0;
}
}
@media only screen and (min-width: 992px) and (max-width: 1199px){}
@media only screen and (min-width: 768px) and (max-width: 991px){}
@media only screen and (min-width: 520px) and (max-width: 767px){
.logo img {
    width: 100%;
}
.logo {
    width: 80%;
    padding: 0;
}
.connect-btn {
    display: none;
}
nav#cssmenu {
    display: inline-block;
}
.button:after {
    border-top: 2px solid #ff1654;
    border-bottom: 2px solid #ff1654;
}
.button:before {
    background: #ff1654;
}
#cssmenu .submenu-button:after {
    background: #ff1654;
}
#cssmenu .submenu-button:before {
    background: #ff1654;
}
#cssmenu ul li:hover {
    background: #ffffff;
}
.button.menu-opened:after {
    background: #ff1654;
}
.button.menu-opened:before {
    background: #ff1654;
}
section#hero {
    height: auto;
}
h1 {
    font-size: 40px !important;
    line-height: 50px !important;
}
h1.pink {
    text-align: center !important;
    color: #FF1654 !important;
}
.hero-content p {
    position: static;
    font-size: 16px;
    line-height: 25px;
    text-align: center;
}
.partners {
    padding: 20px 0;
}
.strok-head {
    font-size: 32px;
}
h2 {
    font-size: 26px !important;
    line-height: 39px !important;
}
section#why .content {
    padding: 50px 25px;
}
section#why .content .image-wrap img {
    width: 100%;
}
.content {
    padding: 50px 0px 0px;
}
.inner-col img {
    width: 100%;
}
section#story .content {
    padding: 50px 50px 40px 50px;
}
.serv a img {
    width: auto;
}
#explore .content {
    padding: 40px 30px;
}
.slide-content img {
    height: 440px;
}
.rev-blk {
    padding: 80px 20px 0px 30px;
    height: 636px;
}
.rev-blk img {
    width: 100%;
}
.client-say .slick-prev, .client-say .slick-next {
    display: none !important;
}
.review-slid-blk {
    padding: 40px 30px;
    height: auto;
}
.client-say .slick-dots li button:before {
    font-size: 56px !important;
    color: #ff1654 !important;
}
.call-out-bg::after, .call-out-bg::before {
    display: none;
}
.call-out-form {
    padding: 20px 0;
}
.call-out p.strok-head {
    bottom: 80px;
    font-size: 30px;
}
section.call-out .connect-btn {
    display: block;
}
.footer-blk {
    width: 100%;
}
.footer-blk img {
    width: 100%;
}
.footer-blk ul li a {
    padding: 0 6px;
    font-size: 13px;
}
.copyrit {
    display: block;
}
.inn-slide-cap h2 {
    font-size: 40px !important;
}
.inn-slide {
    padding: 60px 0;
}
h2 br {
    display: none;
}
.our-process h2::before {
    display: none;
}
.about-dream {
    padding: 30px 20px;
}
.bnr-txt h2 {
    font-size: 26px !important;
    line-height: 33px !important;
}
.btnres a {
    padding: 14px 22px;
}
.form-banner {
    width: 100%;
    margin-top: 40px;
}
.portfolio-sec {
    overflow: hidden;
}
li.hdr-contc {
    display: block !important;
}
.cta-form input {
    margin-bottom: 8px;
}
}
@media only screen and (min-width: 300px) and (max-width: 519px){
.logo img {
    width: 100%;
}
.logo {
    width: 80%;
    padding: 0;
}
.connect-btn {
    display: none;
}
nav#cssmenu {
    display: inline-block;
}
.button:after {
    border-top: 2px solid #ff1654;
    border-bottom: 2px solid #ff1654;
}
.button:before {
    background: #ff1654;
}
#cssmenu .submenu-button:after {
    background: #ff1654;
}
#cssmenu .submenu-button:before {
    background: #ff1654;
}
#cssmenu ul li:hover {
    background: #ffffff;
}
.button.menu-opened:after {
    background: #ff1654;
}
.button.menu-opened:before {
    background: #ff1654;
}
section#hero {
    height: auto;
}
h1 {
    font-size: 40px !important;
    line-height: 50px !important;
}
h1.pink {
    text-align: center !important;
    color: #FF1654 !important;
}
.hero-content p {
    position: static;
    font-size: 16px;
    line-height: 25px;
    text-align: center;
}
.partners {
    padding: 20px 0;
}
.strok-head {
    font-size: 32px;
}
h2 {
    font-size: 26px !important;
    line-height: 39px !important;
}
section#why .content {
    padding: 50px 25px;
}
section#why .content .image-wrap img {
    width: 100%;
}
.content {
    padding: 50px 0px 0px;
}
.inner-col img {
    width: 100%;
}
section#story .content {
    padding: 50px 50px 40px 50px;
}
.serv a img {
    width: auto;
}
#explore .content {
    padding: 40px 30px;
}
.slide-content img {
    height: 440px;
}
.rev-blk {
    padding: 80px 20px 0px 30px;
    height: 636px;
}
.rev-blk img {
    width: 100%;
}
.client-say .slick-prev, .client-say .slick-next {
    display: none !important;
}
.review-slid-blk {
    padding: 40px 30px;
    height: auto;
}
.client-say .slick-dots li button:before {
    font-size: 56px !important;
    color: #ff1654 !important;
}
.call-out-bg::after, .call-out-bg::before {
    display: none;
}
.call-out-form {
    padding: 20px 0;
}
.call-out p.strok-head {
    bottom: 80px;
    font-size: 30px;
}
section.call-out .connect-btn {
    display: block;
}
.footer-blk {
    width: 100%;
}
.footer-blk img {
    width: 100%;
}
.footer-blk ul li a {
    padding: 0 6px;
    font-size: 13px;
}
.copyrit {
    display: block;
}
.inn-slide-cap h2 {
    font-size: 40px !important;
}
.inn-slide {
    padding: 60px 0;
}
h2 br {
    display: none;
}
.our-process h2::before {
    display: none;
}
.about-dream {
    padding: 30px 20px;
}
.bnr-txt h2 {
    font-size: 26px !important;
    line-height: 33px !important;
}
.btnres a {
    padding: 14px 22px;
}
.form-banner {
    width: 100%;
    margin-top: 40px;
}
.portfolio-sec {
    overflow: hidden;
}
li.hdr-contc {
    display: block !important;
}
.cta-form input {
    margin-bottom: 8px;
}
.tp-mob {
    display: block;
}
}
