@import url('https://fonts.googleapis.com/css2?family=Open Sans:wght@300;400;500;600;700&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Open+Sans:wght@300;400;500;700;800&display=swap');

/* font-family: 'Quicksand', sans-serif; */
/* font-family: 'Open Sans', sans-serif; */

.color-blue{color: #1763b7 !important;}
.color-orange{color: #F47719 !important;}
.color-white{color: #ffffff !important;}
.color-black{color: #000000 !important;}
.link-active{opacity: 1;}
.link-deactive{opacity: .3;}
.bold{font-weight: bold !important;}


.text-left{ text-align: left !important;}
.text-center{ text-align: center !important;}
.text-right{ text-align: right !important;}

.font-16pt{font-size: 16pt !important;}
.font-24pt{font-size: 24pt !important;}
.font-36pt{font-size: 36pt !important;}
.font-48pt{font-size: 48pt !important;}

a {text-decoration: none !important}

.mobile{display: none;}
.desktop{display: block}


.row-height600{
    height: 600px !important;
    width: 100% !important;
}

.background-white{
    background-color: #ffffff !important;
}

.containr{
    background-color: #ffffff;
}

.button-transparent-orange{
    border-radius: 50px;
    border: 2px solid #ffffff;
    padding: 20px 10px;
    background: transparent;
    font-size: 10pt;
    font-weight: bold;
    cursor: pointer;
    max-width: 220px;
    text-align: center;
    color: #ffffff !important;
    margin-top: 40px;
}

.button-transparent-orange a{
    color: #ffffff !important;
    text-decoration: none;
}

.button-transparent-orange:hover{
    border: 3px solid #ffffff;
    background: #ffffff;
    color: #F47719 !important;
}

.button-transparent-orange:hover a{
    text-decoration: none !important;
    color: #F47719 !important;
}

.BT-home-logo{
   max-width: 60px !important;
}
#hero-banner{
    height: 100vh;
}
.my-hero-logo{
    border: none;  
    margin-top: 156px;
}
#hero{

/*    padding-top: 175px;
    min-height: 288px;*/
        position: absolute;
    left: 0;
    top: 0;
    margin-top: 100px;
    background-color: #fff;
}
.wrapText{
   max-width: 530px; 
}


/* ############ Scroll down Button ################# */

#scrolldown{
    position: absolute;
    bottom: 20px;
    left: 46%;
}

.chevron {
  position: absolute;
  width: 28px;
  height: 8px;
  opacity: 0;
  transform: scale3d(0.5, 0.5, 0.5);
  animation: move 3s ease-out infinite;
}

.chevron:first-child {
  animation: move 3s ease-out 1s infinite;
}

.chevron:nth-child(2) {
  animation: move 3s ease-out 2s infinite;
}

.chevron:before,
.chevron:after {
  content: ' ';
  position: absolute;
  top: 0;
  height: 100%;
  width: 51%;
  background: #000;
}

.chevron:before {
  left: 0;
  transform: skew(0deg, 30deg);
}

.chevron:after {
  right: 0;
  width: 50%;
  transform: skew(0deg, -30deg);
}

@keyframes move {
  25% {
    opacity: 1;

  }
  33% {
    opacity: 1;
    transform: translateY(30px);
  }
  67% {
    opacity: 1;
    transform: translateY(40px);
  }
  100% {
    opacity: 0;
    transform: translateY(55px) scale3d(0.5, 0.5, 0.5);
  }
}

.text {
  display: block;
  margin-top: 75px;
  margin-left: -30px;  
  font-size: 12px;
  text-transform: uppercase;
  white-space: nowrap;
  opacity: .25;
  animation: pulse 2s linear alternate infinite;
}

@keyframes pulse {
  to {
    opacity: 1;
  }
}


/* ############################################################### */


.page-title{
    font-family: 'Open Sans', sans-serif;
    width: 100%;
    max-height: 80px;
    font-size: 32pt;
    line-height: 36pt;
    text-align: center;
    font-weight: bold;
    margin-top: 80px;
    margin-bottom: 10px;
}

.sec-title{
    font-family: 'Open Sans', sans-serif;
    font-size: 12pt;
    text-align: left;
    font-weight: bold;
    line-height: 16pt;
    margin-top: 20%;
    margin-bottom: 30px;
    letter-spacing: 4pt;
}


.services-title, .services-title div, .services-title a{
    text-decoration: none !important;
    font-family: 'Open Sans', sans-serif;
    font-size: 32pt;
    text-align: left;
    font-weight: bold;
    line-height: 34pt;
    margin-top: 20px;
    letter-spacing: 0pt;
    color: #1763b7;
}

.services-title a{
    opacity: 1;
}



.services-title a:hover{
    opacity: 1;
    color: #F4A46B !important;
}

.my-sec01-h1{
    font-family: 'Open Sans', sans-serif;
    font-size: 40pt;
    font-weight: 800;
    letter-spacing: -2px;
    word-spacing: 4px;
    text-align: left;
    line-height: 44pt;
    margin-top: 175px;
    position: relative;
}

.my-sec02-h2{
    font-family: 'Open Sans', sans-serif;
    font-size: 30pt;
    font-weight: 800;  
    letter-spacing: -2px;
    word-spacing: 3px;
    text-align: left;
    line-height: 34pt;
    margin-top: 175px;
    color: #000000;
    position: relative;
}

.my-sec-copy-18pt{
    font-family: 'Open Sans', sans-serif;
    font-size: 14pt;
    text-align: left;
    font-weight: normal;
    line-height: 18pt;
    margin-top: 20px;
}


.my-sec-copy-14pt{
    font-family: 'Open Sans', sans-serif;
    font-size: 13pt;
    text-align: left;
    font-weight: normal;
    line-height: 15pt;
    margin-top: 20px;
    padding: 0 50px;
}


#sec-02 {
    background-color: #ffffff;
    margin-left: -15px;
}
#sec-02 img{width: 93%;}

.sec-02-videoContainer{
    border: none;
    width: auto;
    height: 100%;
    max-height: 600px;
    overflow: hidden;
}
.sec-02-videoContainer video{
    height: 100%;
    margin: 0px;
    display: block;
}
.my-sec03-h2{
    font-family: 'Open Sans', sans-serif;
    font-size: 40pt;
    letter-spacing: -2px;
    word-spacing: 4px;
    text-align: left;
    font-weight: 800;  
    line-height: 48pt;
    margin-top: 175px;
    margin-left: 0px;
    color: #000000;
}

#sec-04 {
    background-color: #ffffff;
    background: lightblue url("../images/sec-04-bg-gradian.jpg") fixed center;
    background-repeat: no-repeat;
    background-size: 100% auto;
    min-height: 700px;
}

.services-image-container{
    margin: auto;
    width: 80%;
    max-height: 300px;
    overflow: hidden;
    margin-top: 30%;
    padding: 0;
    border-radius: 10px;
}

.services-image-container img{
   
}

.service-img{
  
   /* background:url('./images/service/service-img_Digital-Marketing-Strategy.jpg');
  
    *background:url('./images/service/service-img_Thought-leadership-program.jpg');
    *background:url('./images/service/service-img_Events-Physical-Digital.jpg');
    */
}

.process-container{
   padding: 60px 0;
   min-height: 500px;
}

.process-number{
    font-family: 'Open Sans', sans-serif;
    font-size: 13pt;
    text-align: left;
    font-weight: normal;
    line-height: 13pt;
    float: left;
}

.process-details{
    float: left;
    margin-left: 30px;
}

.process-title{
    float: left;
    font-family: 'Open Sans', sans-serif;
    font-size: 30pt;
    text-align: left;
    font-weight: bold;  
    line-height: 30pt;
    margin-top: 0px;
    margin-left: 0px;
    color: #000000;
    margin-top: -24px;
    margin-bottom: 20px;
}

.process-description {
    float: left;
    font-family: 'Open Sans', sans-serif;
    font-size: 14pt;
    text-align: left;
    font-weight: normal;  
    line-height: 20pt;
    margin-top: 0px;
    margin-left: 0px;
    color: #000000;
}

#sec-09 {
    background-color: #000000;
}

.itsOn-container{
    position: relative;
}

.itsOn-unit, .work-unit{
    float: left;
    max-width: 400px;
    margin: auto;
    margin-top: 100px;
    display: block;

}

.itsOn-details{
    position: absolute;
    max-width: 100%;
    margin: auto;
    margin-top: 220px;
    display: block;
}

.itsOn-details-line1, .itsOn-details-line2{
    font-family: 'Open Sans', sans-serif;
    font-size: 30pt;
    text-align: left;
    font-weight: bold;  
    line-height: 48pt;
    margin-top: 0px;
    margin-left: 0px;
    color: #ffffff;
    text-align: center;
}

.itsOn-details-line2{
    animation: .8s shake infinite alternate;
}

@keyframes shake {
  0% { transform: skewX(-15deg); }
  5% { transform: skewX(15deg); }
  10% { transform: skewX(-15deg); }
  15% { transform: skewX(15deg); }
  20% { transform: skewX(0deg); }
  100% { transform: skewX(0deg); }  
}

.itsOn-details-line2:hover{
    color: #F47719;
}

.work-home-container{
  position: relative;
  display: block;
  margin-top: 70px;
}

.work-home-img{
  
}

.work-home-title{
    font-family: 'Open Sans', sans-serif;
    font-size: 9pt;
    font-weight: normal;  
    line-height: 16pt;
    color: #ffffff;
    text-align: left;
    margin: 5px 0 0;
   color: #F47719;

}

.work-home-details{
    font-family: 'Open Sans', sans-serif;
    font-size: 9pt;
    font-weight: normal;  
    line-height: 16pt;
    color: #ffffff;
    text-align: left;
    margin-top: 0px;
    margin-bottom: 60px;
}

.work-text-logo{
    font-family: 'Open Sans', sans-serif;
    font-size: 24pt;
    font-weight: bold;  
    line-height: 26pt;
    color: #ffffff;
    text-align: left;
    margin-top: 10px;
    margin-bottom: 10px;
}

.work-text-logo:hover{
   color: #F47719;
}

#sec-10 {
    background-color: #000000;
    height: 1200px;
}


.client-logo-container{
max-width: 214px;
height: auto;
text-align: center;
display: block;
float: left;
padding: 25px 0px;
margin: auto;
}

.social-post{
  width: 100%;
}


#sec-13 {
    background-color: #000000;
    height: 630px;
}

.footer-container{
  margin: 80px 0 0;
}

.footer-quicklink div{
    font-family: 'Open Sans', sans-serif;
    font-size: 11pt;
    font-weight: normal;  
    line-height: 16pt;
    color: #ffffff;
    text-align: left;
    margin: 15px 0;
}

.linkedIn-logo{
  max-height: 40px;
}

.email-ID-block{
    font-family: 'Open Sans', sans-serif;
    font-size: 16pt !important;
    font-weight: normal;  
    line-height: 21pt;
    color: #F47719 !important;
    text-align: right;
    margin-top: 70px !important;
}

.footer-bt-logo{
  max-width: 340px;
  height: auto;
}

.process-image-container{
    margin-top: 60px;
    padding: 20% 10%;
}


/*############## Header Menu Navigation Starts ########################*/


.lhugPg {
    position: fixed;
    top: 5.75rem;
    right: 1.4rem;
    width: 6.8rem;
    height: 3.3rem;
	transform: translateY(-50px);
	user-select: none;
	border: none;
	cursor: pointer;
	background: transparent;
	z-index: 120;
	margin-top: 0px;
	mix-blend-mode: exclusion;
	transition: margin-top 0.2s ease-in-out 0s;
}

.gZHAdE {
	display: inline-block;
	cursor: pointer;
	user-select: none;
	transition: top 300ms ease 0s, transform 300ms ease 0s, background-color 300ms ease 0s;
	width: 40px;
	height: 4px;
	background-color: rgb(255, 255, 255);
	position: relative;
}

.gZHAdE::before,
.gZHAdE::after {
	content: "";
	display: inline-block;
	width: 40px;
	height: 4px;
	background-color: rgb(255, 255, 255);
	position: absolute;
	right: 0px;
	transform-origin: 50% 50%;
	transition: top 300ms cubic-bezier(0.165, 0.84, 0.44, 1) 0s, transform 300ms cubic-bezier(0.165, 0.84, 0.44, 1) 0s, background-color 300ms cubic-bezier(0.165, 0.84, 0.44, 1) 0s;
	mix-blend-mode: multiply;
}



.gZHAdE::before {
	top: 9px;
	width: 25px;
}

.gZHAdE::after {
	top: -9px;
}

.cRoBoE {
	position: fixed;
	top: 30px;
	z-index: 10;
	width: 100%;
	height: auto;
	padding: 30px 0px;
	pointer-events: none;
	mix-blend-mode: exclusion;
}
.logo{
    position: fixed;
    top: 3.5rem;
    left: 3.4rem;
    z-index: 2;
}
.cDpEdx {
	position: relative;
	display: flex;
	-webkit-box-pack: justify;
	justify-content: space-between;
	-webkit-box-align: center;
	align-items: center;
	padding: 0px 4rem;
	margin: 0px auto;
	transition: margin-top 0.2s ease-in-out 0s;
	float: right;
}

.hStdsi {
	position: relative;
	margin-right: 6rem;
	pointer-events: all;
}

.jHIUQj {
	display: inline-block;
	margin-right: 3rem;
}

.jHIUQj:nth-child(2) {
	margin-right: 0px;
}

.ggnDcb {
	color: rgb(255, 255, 255);
	text-decoration: none;
	font-size: 18px;
	transition: color 0.15s ease 0s;
	mix-blend-mode: multiply;
    font-weight: 700;
}

.fCFtdU {
	position: fixed;
	top: 0px;
	left: 0px;
	width: 100vw;
	height: calc(var(--vh, 1vh) * 100);
	display: flex;
	z-index: 110 !important;
	display: none;
}

.ggqDTx {
	position: absolute;
	width: 100%;
	height: 100vh;
	max-height: 100vh;
	overflow: hidden;
	background-color: #F47719;
	will-change: transform;
}

.kLIClI {
	position: absolute;
	top: 5rem;
	left: 5rem;
}

.jsHyhG {
	position: absolute;
	top: 50%;
	left: 20%;
	margin: 0px;
	transform: translateY(-50%);
    font-size: 40pt;
}

.jsHyhG li:first-child {
	padding-top: 2.2rem;
}

.jsHyhG li {
	list-style: none;
	overflow: hidden;
	padding-bottom: 20px;
	margin-bottom: 0px;
	will-change: transform, opacity;
}

.jsHyhG li a {
	display: block;
	font-size: 48pt;
	line-height: 48pt;
    font-weight: bold;
	letter-spacing: -0.08rem;
	color: rgba(0, 0, 0, 0.25);
	transition: color 300ms cubic-bezier(0.165, 0.84, 0.44, 1) 0s;
    text-decoration: none;
}

.jsHyhG li a:hover,.jsHyhG li a:focus{
    color: #fff;
}

li:last-child {
	margin-bottom: 0px;
}

.bdbmPT {
	position: absolute;
	left: 52.5%;
	top: 50%;
	transform: translateY(-50%);
}

.excCjt {
/*	position: absolute;
	bottom: 2%;
	width: calc(100% - 10rem);
	height: 12rem;
	left: 5rem;*/
	display: flex;
	-webkit-box-align: center;
	align-items: center;
}

.fQbKlV {
	z-index: 50;
	position: absolute;
	bottom: 5%;
	right: 40px;
}

.fQbKlV > div:first-of-type {
	padding: 0px;
	margin: 0px;
}

.JdGLl {
	position: relative;
	padding: 5rem 15%;
	margin: 12rem auto 18rem;
	display: flex;
	-webkit-box-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	align-items: center;
	height: 12rem;
}

.fQbKlV h5 {
	font-size: 24pt;
	color: rgb(255, 255, 255) !important;
}

.eVPTlv {
	font-size: 14pt;
	line-height: 18pt;
	color: rgb(247, 78, 161);
	display: inline-block;
}

.fQbKlV span {
	background-color: rgb(255, 255, 255);
}

.kGvolR {
	background: rgb(247, 78, 161);
	width: 1px;
	height: 10rem;
	margin: 0px 10px;
	display: inline-block;
}

.fQbKlV button {
	background-color: rgba(0, 0, 0, 0.25);
	color: rgb(255, 255, 255);
	transition: color 0.2s ease-in-out 0s;
}


.otNoI {
	background: #8f460f;
	border: 3px solid #8f460f;
    font-family: 'Open Sans', sans-serif;
    width: 220px;
	padding: 20px 10px;
	color: #8f460f;
	font-size: 10pt;
	font-weight: normal;
	text-transform: uppercase;
	text-decoration: none;
	border-radius: 50px;
	display: inline-block;
	cursor: pointer;
	transition: background 0.25s ease-in-out 0s, color 0.25s ease-in-out 0s, border 0.25s ease-in-out 0s;
}

.otNoI a {
  color: #fff;
  text-decoration: none;
}

/*############## Header Menu Navigation Ends ########################*/

	#sec-06 {
		padding: 150px 0 150px 0;
      min-height: 600px;
	}
	
	.dot__border {
		display: none;
		position: fixed;
		top: 24%;
      max-width: 530px;
	}
    
	.dot__border img{
		width: 100%;
      border-radius: 5%;
	}
	
	.dot__border.is-active {
		display: block;
	}
	
	.photo__group {
		height: 50vh;
	}
    

	.button-star-your-project {
		background-color: #F47719;
		color: rgb(255, 255, 255);
		font-family: 'Open Sans', sans-serif;
		/* letter-spacing: 0.1rem; */
        width: 220px;
		text-transform: uppercase;
		border: 3px solid #F47719;
		border-radius: 50px;
		padding: 20px 10px;
		font-size: 10pt;
        font-weight: bold;
		pointer-events: inherit;
		cursor: pointer;
		transition: background-color 0.25s ease-in-out 0s, color 0.25s ease-in-out 0s, border 0.25s ease-in-out 0s;
		z-index: 5;
		position: fixed;
		right: 3rem;
		bottom: 3rem;
		margin-bottom: 0px;
	}
    
    .button-star-your-project a{
        color: #ffffff !important;
        text-decoration: none;
    }
    
    .button-star-your-project:hover{
        border: 3px solid #F47719;
        background: #ffffff;
        color: #F47719 !important;
    }
    
    .button-star-your-project:hover a{
        text-decoration: none !important;
        color: #F47719 !important;
    }
    
    
    
	
	.cjNUSu {
		width: 100%;
		display: flex;
		-webkit-box-pack: center;
		justify-content: center;
	}
	
	.bqFLqH {
		background: transparent;
		border: 2px solid #F47719;
		padding: 20px 10px;
		color: #F47719;
		font-family: 'Open Sans', sans-serif;
		font-size: 12px;
		font-weight: bold;
		text-transform: uppercase;
		text-decoration: none;
		border-radius: 50px;
		margin: 20px 0 20px 0;
		display: inline-block;
		width: 220px;
		text-align: center;
		transition: background-color 0.25s ease 0s, color 0.25s ease 0s;
		backface-visibility: hidden;
	}
    
    
/* ===========================================   S E R V I C E   P A G E    S T A R T ==================*/

#sec-services .row{
   height: 600px;
}

.service-banner-text{
    margin-top: 260px;
    padding: 0 50px;
}

.service-container{
    margin-top: 60px;
    height: 300px;
}

.service-details{
    float: left;
    margin-left: 30px;
}

.service-title{
    float: left;
    font-family: 'Open Sans', sans-serif;
    font-size: 30pt;
    text-align: left;
    font-weight: 800;  
    line-height: 36pt;
    margin-top: 0px;
    margin-left: 0px;
    color: #000000;
    margin-top: -24px;
    margin-bottom: 20px;
}

.service-description {
    float: left;
    font-family: 'Open Sans', sans-serif;
    font-size: 14pt;
    text-align: left;
    font-weight: normal;  
    line-height: 20pt;
    margin-top: 0px;
    margin-left: 0px;
    color: #000000;
}

.service-img-container{
    padding: 10% 12%;
    
}

.service-img{
    width: 100%;
    border-radius: 5%;
}

/* ================================ Contact Us ============================ */
#contact{
    padding: 200px 0;
}
.cJbyqr{
    padding-bottom: 80px;
}
.cJbyqr h4 {
    color: #F47719;
    font-size: 28px;   
    max-width: 100%;
    margin-bottom: 3rem;
    white-space: pre-wrap;
}
.cJbyqr h3 {
    font-size: 16px;
}
.startyourproject h3{
    font-size: 28px;
}
.cJbyqr p {  
    font-size: 18px;
    line-height: 0.9;
}
.cJbyqr p a {
    color: #F47719;
    cursor: pointer;
    transition: color 0.25s ease-out 0s;
}
.gTcGrY {
    position: relative;
    display: flex;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    justify-content: space-between;
    align-items: flex-start;
    width: 100%;
    transition: filter 0.3s ease 0s;
    z-index: 1;
}
.gTcGrY > label {
    display: flex;
    flex-direction: column;
    width: 100%;
    margin-bottom: 2.5rem;
    font-size: 1.4rem;
    font-weight: 100;
    letter-spacing: 0.1rem;
    color: rgb(36, 36, 36);
}
.gTcGrY > label.first-name-label {
    width: 47.5%;
}
.gTcGrY > label.last-name-label {
    width: 47.5%;
}
.gTcGrY > label.label-file {
    position: relative;
    width: 100%;
    display: flex;
    -webkit-box-pack: justify;
    justify-content: space-between;
    margin: 1rem 0px 2.5rem;
    background: transparent;
    cursor: pointer;
    border-bottom: 0.1rem solid rgb(36, 36, 36);
    overflow: hidden;
    flex-direction: row !important;
    font-size: 1.6rem !important;
}
.gTcGrY input[type="text"], .gTcGrY input[type="email"] {
    font-size: 1.4rem;
    font-weight: 100;
    letter-spacing: 0.1rem;
    border-radius: 0px;
    background: transparent;
    border-bottom: 0.1rem solid rgb(36, 36, 36);
    margin-top: 1rem;
    transition: border 0.3s ease 0s;
}
.jHYmYU input {
    padding: 10px 0px 10px 5px;
}
.gTcGrY input {
    border: 0px;
    color: rgb(36, 36, 36);
    padding: 5px 0px;
}
.gTcGrY > label.label-file p {
    width: 70%;
    background: transparent;
    border: 0px;
    font-weight: 100;
    letter-spacing: 0.1rem;
    color: rgb(36, 36, 36);
    padding: 10px 0px 10px 5px;
    margin: 0px;
    transition: all 0.3s ease-in-out 0s;
    opacity: 0.6;
    font-size: 1.4rem !important;
}
.gTcGrY > label.label-file .hidden-icon {
    position: absolute;
    bottom: -50px;
    right: 0px;
    width: 20px;
    height: 20px;
    transition: all 0.3s ease-in-out 0s;
}
.gTcGrY > label.label-file input {
    width: 0.1px;
    height: 0.1px;
    opacity: 0;
    overflow: hidden;
    position: absolute;
    z-index: -1;
}
.jzFOeP {
    display: flex;
    -webkit-box-align: center;
    align-items: center;
    margin-top: 0.5rem;
}

.ELDkP {
    display: inline-block;
    width: 1.8rem;
    height: 1.8rem;
    background: transparent;
    border: 0.1rem solid rgb(36, 36, 36);
    border-radius: 50%;
    transition: background 150ms ease 0s;
    flex-shrink: 0;
    margin-right: 2rem;
}
.hxEVFu {
    font-size: 1.2rem;
    line-height: 1.3;
    margin: 0px;
    -webkit-font-smoothing: auto;
    color: rgb(36, 36, 36);
}
.jNMkij {
    border: 2px solid rgb(247, 78, 161);
    border-radius: 40px;
    background-color: transparent;
    color: rgb(247, 78, 161);
    text-transform: uppercase;
    font-family: Circular, sans-serif;
    letter-spacing: 0.1rem;
    font-weight: 700;
    padding: 20px 70px;
    font-size: 1.2rem;
    cursor: pointer;
    transition: color 0.2s ease-in-out 0s, background-color 0.2s ease-in-out 0s;
}
.gYFnBH {
    border: 0px;
    margin: 10px;
}
.bt_btn{
        background-color: #F47719;
    color: rgb(255, 255, 255);
    font-family: 'Open Sans', sans-serif;
    /* letter-spacing: 0.1rem; */
    width: 220px;
    text-transform: uppercase;
    border: 3px solid #F47719;
    border-radius: 50px;
    padding: 20px 10px;
    font-size: 10pt;
    font-weight: bold;
    pointer-events: inherit;
    cursor: pointer;
    transition: background-color 0.25s ease-in-out 0s, color 0.25s ease-in-out 0s, border 0.25s ease-in-out 0s;
}
    .bt_btn:hover{
        border: 3px solid #F47719;
        background: #ffffff;
        color: #F47719 !important;
    }
.contact_social img{
    width: 60px;
}

/*============================== Start your project ===================== */
.irztLJ h2 {
    font-size: 45px;
}
.egIufO {
    width: 80%; 
    font-size: 20px;
    color: #F47719;
    padding-bottom: 40px;
}
.cJbyqr p{ padding-top:40px;}