html {
  scroll-behavior: smooth;
}

body 
{
    overflow-x:hidden;
}

.whatsappclose p 
{
    position: absolute;
    right: 0;
    top: -40px;
    background: #22c15e;
    color: #fff;
    width: 35px;
    height: 35px;
    padding: 3px;
    text-align: center;
    margin: 0;
    border-radius: 50%;
}

.whatsappbox
{
 width: 350px;
    position: fixed;
    bottom: 75px;
    left: 35px;
    display:none;
}

.whatsappheader 
{
    background:#22c15e;
    padding: 10px 30px;
    border-radius: 10px 10px 0 0;
}

.whatsappheader p 
{
   color: #fff;
    margin: 0;
    text-align: center;
    font-weight: 600;  
}

.whatsappbody 
{
   background: #fff;
    padding: 15px 20px;
    border-radius: 0 0 10px 10px;
}

.whatsappbody a 
{
    color:#222831;
}

.whatsappbody h5 
{
    font-weight: bold;
    font-size: 17px;
    margin: 0;
}

.consult
{
    margin: 0;
    color: #666;
    font-weight: bold;
    line-height: 20px;
    margin:0;
}

.avail
{
    font-size:13px;
    margin: 0 0 5px;
}

.whatsapprow 
{
    border-bottom:1px solid #ddd;
    padding:15px 0 0 0;
}

.phonicon 
{
    font-size: 30px;
    color: #22c15e;
    margin: 15px 0;
    transform: rotate(260deg);
}

.error 
{
  color:red;
}

	
@keyframes blink{
0%{opacity: 0;}
50%{opacity: .5;}
100%{opacity: 1;}
}

.headContent {
    padding: 100px 0 0 0;
}

.headContent h1 {
    font-weight: 600;
    font-size: 35px;
    line-height: 1.3;
}

.sliderline {
    width: 50%;
    height: 1px;
    margin: 10px auto;
    background: #fff;
}

.headContent p {
    font-size: 18px;
}

.speakhead {
    background: #fff;
    color: #000000!important;
    padding: 10px 0;
}


.headbg span
{
    animation: blink 1s linear infinite;
}

.contentbg span
{
    animation: blink 0.5s linear infinite;
}

.headbg
{
    background-color: #cb0101;
    padding: 10px;
    /* border-radius: 10px; */
    color: #fff;
    margin: 0;
    font-weight: bold;
}

.contentbg
{
    	
    background: #cb0101;
    color: yellow;
    font-weight: bold;
    font-size: 18px;
    padding: 0 0 10px 0;
}

.cta-btn
{
        background-color: #cc2029 !important;
    animation-iteration-count: infinite;
    font-size: 18px;
    color: #fff;
    padding: 10px 20px;
    float: left;
    margin:20px 0;
}

.content h5{
    font-size: 4.41rem;
    color: #17b111;
    display: block;
}

.impact_company_list li 
{
   list-style:none;
}

.small-cantent p {
    font-size: 0.80rem;
}

.img-content li {
    width: 100%;
    display: flex;
    align-items: center;
    min-height: 70px;
    margin-bottom: 38px;
}

.img-content .img-box {
    width: 70px;
    float: left;
}

.img-content .text-box {
    width: calc(100% - 70px);
    float: right;
    font-weight: 600;
    padding-left: 15px;
}

.whyhead
{
    font-size:48px;
}

.whysubhead
{
    font-size:27px;
    font-weight:bold;
    margin:20px 0 30px 0;
}

.btn-text
{
        color: #fff;
    background-color: #0c60a9 !important;
    border-color: #0c60a9 !important;
    letter-spacing: 2px;
    text-transform: uppercase;
    font-size: 0.95rem;
    padding: 8px 25px;
    border-radius: 0.35rem;
}

.blueclr
{
   color:#01406c;
}

.chatbtn 
{
        color: #fff;
    background: #0c6da9;
    padding: 10px 35px;
    font-size: 18px;
}

.pnpimg 
{
    width:100%;
    height:120px;
}

.chatbtn:hover 
{
    color:#fff !important;
}

.close 
{
   position: absolute;
    right: 0;
    background: #0c6da9 !important;
    opacity: 1;
    color: #fff !important;
    padding: 15px 10px !important;
    font-size: 15px;
    text-shadow: none;
    z-index: 9999999;
    top: 0;
}

.sidebar-contact{
  position:fixed;
  top:60%;
  right:-350px;
  transform:translateY(-50%);
  width:350px;
  height:auto;
background: #0d6eaa;
z-index:99999999;
  box-sizing:border-box;
  transition:0.5s;
}
.sidebar-contact.active{
  right:0;
}

.toggle{
position: absolute;
    height: 135px;
    width: 48px;
    border-radius: 10px 0 0 10px;
    text-align: center;
    cursor: pointer;
    background: #0c6da9;
    top: 0;
    left: -45px;
    line-height: 48px;
}

.toggle p 
{
        transform: rotate(360deg);
    writing-mode: vertical-lr;
    margin: 13px 0px;
    font-size:13px;
}

/*.toggle:before{*/
/*  content:'\f003';*/
/*  font-family:fontAwesome;*/
/*  font-size:18px;*/
/*  color:#fff;*/
/*}*/
/*.toggle.active:before{*/
/*  content:'\f00d';*/
/*}*/
@media(max-width:768px)
{
    
    .sidebar-contact.active {
    right: -70px;
    padding: 10px 70px 0 0;
    top:90%;
}
    
  .sidebar-contact{
    width:100%;
    height:100%;
    right:-100%;
    top:45%;
  }
  .sidebar-contact .toggle{
    top:50%;
    transform:translateY(-50%);
    transition:0.5s;
  }
  .sidebar-contact.active .toggle
  {
    top:0;
    right:0;
    transform:translateY(0);
  }
  .scroll{
    width:100%;
    height:100%;
    overflow-y:auto;
  }

}

footer p 
{
    color:#fff;
}

.main-footer h3:before {
    background: none repeat scroll 0 0 #cc2029;
    top: -5px;
    content: "";
    display: block;
    height: 4px;
    position: relative;
    width: 90px;
}

footer .btn-yellow {
    background-color: #cc2029 !important;
    font-size: 18px;
    margin:20px 0;
    color:#fff;
    padding:10px 20px;
    float:left;
    border-radius:5px;
}

.contact-icon i {
    font-size: 25px;
    top: -5px;
    position: relative;
    color: #ffffff;
}

footer.main-footer {
    padding: 40px 0;
}
footer.main-footer {
    background: linear-gradient(to right, #000 0, #3a3a3a 100%);
    padding: 10px 0;
    color: #fff;
}

.main-footer h3 {
    font-size: 20px;
    color: #ffffff;
    font-weight: 600;
    margin-bottom: 20px;
    line-height: 1.3;
}

.free-cons {
    padding-top: 10px;
}
.contact-us {
    position: relative;
    z-index: 2;
    display: flex;
    -webkit-box-align: center;
    align-items: center;
}

.contact-info {
    margin-left: 40px;
    color: #fff;
}

footer.main-footer {
    background: linear-gradient(to right, #000 0, #3a3a3a 100%);
    padding: 10px 0;
    color: #fff;
}

footer.main-footer p {
    font-size: 15px;
    line-height: 1.5;
}

.ctahead
{
    font-size: 45px;
    font-weight: bold;
    line-height: 65px;
}

.ctabtn a 
{
    background: #cc2029;
    padding: 15px 30px;
    color: #fff;
    font-weight: bold;
    font-size: 20px;
}

.ctabtn 
{
    text-align:center;
    margin:50px 0 0 0;
}

.whycanada img
{
    height:100px;
}

.whycanada h5,.whycanada2 h5
{
    font-weight:bold;
    margin:0 0 10px 0;
}

.whycanada2 img 
{
    height:70px;
}

.whycanada ul 
{
       padding:0 15px;
}

.whycanada li 
{
    margin:10px 0;
}

h1,h2,h3,h4,h5,h6 
{
    font-family: 'Montserrat', sans-serif;
}

.cta .btn-yellow {
    background-color: #cc2029 !important;
    animation-name: shake;
    animation-duration: 1s;
    animation-iteration-count: infinite;
    font-size: 22px;
    margin: 0 0 0 20px;
    color:#fff;
    padding:10px 20px;
    float:left;
    border-radius:5px;
}

.f20 
{
    font-size:20px;
}


.signup 
{
    color: #cc2029;
    font-weight: 500;
    font-size: 22px;
    margin: 0 0 20px 0;    
}

.heading h6 
{
    font-size: 26px;
    font-weight: bold;
    text-align: left !important;
    margin:10px 0 0 0;
}

.red 
{
   color:#cc2029 !important
}

@keyframes shake {
  0% { transform: translate(1px, 1px) rotate(0deg); }
  10% { transform: translate(-1px, -2px) rotate(-1deg); }
  20% { transform: translate(-3px, 0px) rotate(1deg); }
  30% { transform: translate(3px, 2px) rotate(0deg); }
  40% { transform: translate(1px, -1px) rotate(1deg); }
  50% { transform: translate(-1px, 2px) rotate(-1deg); }
  60% { transform: translate(-3px, 1px) rotate(0deg); }
  70% { transform: translate(3px, 1px) rotate(-1deg); }
  80% { transform: translate(-1px, -1px) rotate(1deg); }
  90% { transform: translate(1px, 2px) rotate(0deg); }
  100% { transform: translate(1px, -2px) rotate(-1deg); }
}

.header
{
    box-shadow: 3px 4px 10px #ddd;
    /* margin: 0 0 -1px 0; */
    position: fixed;
    width: 100%;
    z-index: 9999;
    top: 0;
    background:#fff;
}

.lheight
{
    line-height:27px;
}

select
{
    font-size:14px !important;
}

th
{
    font-size:13px;
}


.headtext p 
{
        margin: 0;
    color: #666;
    font-size: 20px;
}

.headtext h4 
{
  color: #cb2029;
    font-weight: bold;
}

.tablehead
{
    background: #cb2029;
    color: #fff;
}

tbody tr td:first-child
{
    font-weight:bold;
    font-size:13px;
}

.tcontentpadd
{
    padding:0 100px;
}

.tcontent
{
    font-size:15px;
    line-height:30px;
}

.testimonial
{
    padding:30px 0 100px 0;
}

.tbtn
{
        background: #666;
    width: 50px;
    opacity: 1;
    height: 50px;
    top: 40%;
    border-radius:50%;
}

.headfont
{
    font-weight:bold;
    font-size:13px;
}

.iconmg
{
    margin:8px 0;
    float:left;
}

.overlay
{
    width:100%;
   background:rgb(0 13 48 / 70%);
    
}

.m-10
{
   margin:10px 0 0 0;
}

.font-12
{
    font-size:11px;
}

.logo
{
    width:90%;
}

body{
	font-size:15px;
	line-height:28px;
	color:#000;
font-family: 'Open Sans', sans-serif;
}
p{
	color:#000;
}
ul{
	padding:0;
	margin:0;
}

a,a:hover{
	text-decoration:none;
}
.text-black{
	color:#222;
}
.bg-gray{
	background-color:#f8f8f8 !important;
}
.bg-prim{
	background-color:#3397B1 !important;
}
.bg-dark-prim{
	background-color:#cb2029;
}
.text-prim{
	color:#cb2029 !important;
}
.bg-sec{
	background-color:#eee;
}

.top-social li{
	padding:10px;
}
.top-social li a,.top-cont li a {
	color:#fff;
}
.top-cont li{
	padding:10px 15px;
}

.nav-item a{
    color: #fff !important;
    font-weight: 600;
	font-size:14px;
}
.dropdown-menu a{
    color:#666!important;
    font-weight: 600;
	font-size:14px;
}

.dropdown-item:hover {
    background: none;
    transition: all 0.5s ease-in-out;
    transform: translateX(10px);
}
li.nav-item {
    margin: 0 5px;
}

.fw600{
	font-weight: 600;
}

.form-sec{
    background: #01406c;
	box-shadow: 0 0 4px #ccc;
	padding:0 20px 20px 20px;
	border-radius:10px;
}

.btn-primary,.btn-primary:focus{
    background: #cb2029!important; 
    color:#fff !important; 
    border: none !important; 
    text-transform: uppercase !important;
    transition: all 0.5s ease-in-out;
    box-shadow:none !important;
}

.btn-primary:hover {
    background: #333 !important;
    transition: all 0.5s ease-in-out;
}

.btn-secondary{
    background: #0c6da9!important; 
    color:#fff !important; 
    border: none !important; 
    text-transform: uppercase !important;
    transition: all 0.5s ease-in-out;
}
.btn-secondary:hover{
    background: #333 !important;
    transition: all 0.5s ease-in-out;
}


.top-bgsction{

    background-size: cover;
    background-repeat: no-repeat;
    background-position: left;
    background-attachment:fixed;
        margin: 65px 0 0 0;
}


.tophead{
    color: #f8f9fa;
    font-weight: bold;	
    margin:40px 0;
    font-size:40px;
   line-height:65px;
}


.topdlist li{
	display: block !important;
	color: #ddd;
	font-size: 18px;
	font-weight: 500;
	margin:0 0 18px 0;
	padding: 0 0 0 25px;
	position: relative;
}


.topdlist li::before{
    content: "\f058";  /* this is your text. You can also use UTF-8 character codes as I do here */
    font-family: FontAwesome;
    color: #de4048;
    left:0;
    position:absolute;
    top:0;	
}


.top-app{
	padding: 30px 15px;
}


.top-app h4{
    color: #000;
    font-size: 20px;
    font-weight: bold;
    padding: 0 !important;
    margin: 20px 0 10px 0;
}
.top-app p{
color: #222;
    font-size: 15px;
    margin-bottom: 0;
    line-height: 28px;
}
.top-app i:before{
	color:#0c6da9;
	font-size:30px;
	margin:0;
}






.impact_company_list ul li h6 {
    margin: 15px 0 0 0;
    padding: 0;
    font-size: 16px;
    color: #000000;
    text-align:center;
}

.impact_company_list ul li h5 {
    margin: 15px 0 0 0;
    padding: 0;
    text-transform: uppercase;
    font-size: 4rem;
    color: #0d6eaa;
    text-align:center;
    font-weight:bold;
}


strong {
    color: #cb2029;
    font-weight: inherit;
}


.top_section_btn {
    color: #fff;
    font-size: 24px;
    line-height: 28px;
    margin-top: 15px;
    font-weight: 400;
    padding: 10px;
    border: 1px solid rgba(255, 255, 255, 0.75);
    background: rgba(0, 0, 0, 0.24);
    border-radius: 10px;
}
.top_section_btn:hover {
    color: #fff;
    background: #0c6da9;
}





footer{
    background-color: #ECECEC;
}
footer li{
    display: block;
    padding: 0 0 5px 0;
    border-bottom: 1px dotted #777;
    margin: 0 0 5px 0;
    color: #222;
}

footer a{
    color: #fff;
}

footer .txt-grey{
   color:#222;
}
footer a:hover{
    color: #222;
}
footer p{
    margin: 8px 0;
}


.footer-icon i{
    color: #333;
    font-size: 16px;
    padding:0 15px 0 0;
}


.footer-icon li{
	display:inline-block;
	border: 0px;
}









@media (max-width: 991.98px) {
	

.text-overflow{
text-overflow: ellipsis;
word-break: break-word;
}
.nav-link{
	border:none;
}
.border-left{
	border-left:none !important;
}



}

@media (max-width: 767px) {
    
    
    .contentbg
    {
        font-size:15px;
    }
    
    .headContent
    {
        padding:50px 0 0 0 !important;
    }
    
    .form-sec
    {
        margin:50px 0 !important;
    }
    
    .mqualify p
    {
        text-align:center;
    }
    
    .ctabtn a
    {
      font-size:12px;    
    }
    
    
    .close
    {
        font-size:13px;
        padding:13px;
    }
    
    .cta .btn-yellow {
    
    font-size: 15px;
    margin: 0 10px 0px 20px;
    color: #fff;
    padding: 10px 20px;
    float: right;
}

.top-cont {
	text-align: center;
    display: flex;
    justify-content: center;
    padding: 0 !important;
}	
	
	.cta .btn-yellow
	{
	    display:inline-block !important;
	}

.tbtn
{
    top: 100% !important;
}

.tcontentpadd
{
    padding:0 !important;
}

.carousel-control-prev

{
    left:25% !important;
}
.carousel-control-next
{
   right:25% !important;
}

.tophead
{
   font-size:25px;
   line-height:36px;
}

.topdlist li
{
    font-size:15px;
}

.logo
{
    width:100%;
    display:block;
    margin:0 10px;
}

.mp
{
    padding:10px 0;
}

.header
{
    position:static;
    border:none;
}
.top-bgsction
{
    margin:0;
}

.reviews img
{
  margin:0 0 10px 0;  
}

.top-app
{
    padding:15px 5px;
}

.top-app i:before
{
    font-size:25px;
    margin:0;
}
.top-app h5
{
    font-size:14px;
    margin:5px 0;
}
.top-app p
{
    font-size:13px;
    line-height:24px;
}

}



@media (max-width: 575.98px) { 

.heading h6
{
    font-size:20px;
}

.cta .btn-yellow
{
    font-size:12px;
}

.ctabtn a
{
    padding:15px 10px;
    font-size:12px;
}

.top-social{
	text-align:center;
	float:none !important;
}

.nav-link{
	border:none;
}
.border-left{
	border-left:none !important;
}
.reviews{
	text-align: center;
}
.top-cont li {
        font-size: 15px;
    padding: 5px 0 0 0;
}

}

@media(max-width:360px)
{
    .heading h6
{
    font-size:20px;
}

.cta .btn-yellow
{
    font-size:12px;
}

.ctabtn a
{
    padding:15px 10px;
    font-size:12px;
}
}
